Свойство Federation.DistributionType
Gets or sets the type of partitioning.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property DistributionType As DistributionType
Get
Set
'Применение
Dim instance As Federation
Dim value As DistributionType
value = instance.DistributionType
instance.DistributionType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public DistributionType DistributionType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property DistributionType DistributionType {
DistributionType get ();
void set (DistributionType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member DistributionType : DistributionType with get, set
function get DistributionType () : DistributionType
function set DistributionType (value : DistributionType)
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.DistributionType
The type of partitioning.