다음을 통해 공유


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.

참고 항목

참조

Federation 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스