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.