Compartir a través de


Table.FederationColumnID Propiedad

Gets the ID of the column for the federation key.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property FederationColumnID As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Table Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo