Table.FederationColumnID 속성

Gets the ID of the column for the federation key.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property FederationColumnID As Integer 
    Get
‘사용 방법
Dim instance As Table 
Dim value As Integer 

value = instance.FederationColumnID
[SfcPropertyAttribute(SfcPropertyFlags.SqlAzureDatabase)]
public int FederationColumnID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::SqlAzureDatabase)]
public:
property int FederationColumnID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.SqlAzureDatabase)>]
member FederationColumnID : int
function get FederationColumnID () : int

속성 값

유형: System.Int32
An integer that specifies the ID of the column for the federation key.

참고 항목

참조

Table 클래스

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