Bagikan melalui


Federation.DistributionType Property

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.

See Also

Reference

Federation Class

Microsoft.SqlServer.Management.Smo Namespace