Federation.DistributionType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資料分割的類型。
public:
property Microsoft::SqlServer::Management::Smo::DistributionType DistributionType { Microsoft::SqlServer::Management::Smo::DistributionType get(); void set(Microsoft::SqlServer::Management::Smo::DistributionType value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.SqlAzureDatabase | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)]
public Microsoft.SqlServer.Management.Smo.DistributionType DistributionType { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.SqlAzureDatabase | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)>]
member this.DistributionType : Microsoft.SqlServer.Management.Smo.DistributionType with get, set
Public Property DistributionType As DistributionType
屬性值
資料分割類型。
- 屬性