次の方法で共有


Table.FederationColumnID プロパティ

フェデレーション キーの列の ID を取得します。

名前空間:  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
フェデレーション キーの列の ID を示す Integer です。

関連項目

参照

Table クラス

Microsoft.SqlServer.Management.Smo 名前空間