Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the ID of the column for the federation key.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property FederationColumnID As Integer
Get
'Usage
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
Eigenschaftswert
Typ: System.Int32
An integer that specifies the ID of the column for the federation key.