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 命名空间