Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of partitioning.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property DistributionType As DistributionType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.DistributionType
The type of partitioning.