Federation.DistributionType Property

Definition

Gets or sets the type of partitioning.

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

Property Value

The type of partitioning.

Attributes

Applies to