Свойство Table.PartitionColumn

PartitionColumn relationship class of Table

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Shared Property PartitionColumn As ModelRelationshipClass 
    Get 
    Friend Set
'Применение
Dim value As ModelRelationshipClass 

value = Table.PartitionColumn
public static ModelRelationshipClass PartitionColumn { get; internal set; }
public:
static property ModelRelationshipClass^ PartitionColumn {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member PartitionColumn : ModelRelationshipClass with get, internal set
static function get PartitionColumn () : ModelRelationshipClass 
internal static function set PartitionColumn (value : ModelRelationshipClass)

Значение свойства

Тип: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

См. также

Справочник

Table Класс

Пространство имен Microsoft.SqlServer.Dac.Model