Compartir a través de


ITableOptions.ID Propiedad

Gets the ID value that uniquely identifies the table.

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

Sintaxis

'Declaración
<DisplayDescriptionKeyAttribute("Table_IDDesc")> _
<DisplayNameKeyAttribute("Table_IDName")> _
ReadOnly Property ID As Integer 
    Get
'Uso
Dim instance As ITableOptions 
Dim value As Integer 

value = instance.ID
[DisplayDescriptionKeyAttribute("Table_IDDesc")]
[DisplayNameKeyAttribute("Table_IDName")]
int ID { get; }
[DisplayDescriptionKeyAttribute(L"Table_IDDesc")]
[DisplayNameKeyAttribute(L"Table_IDName")]
property int ID {
    int get ();
}
[<DisplayDescriptionKeyAttribute("Table_IDDesc")>]
[<DisplayNameKeyAttribute("Table_IDName")>]
abstract ID : int
function get ID () : int

Valor de la propiedad

Tipo: System.Int32
An Int32 value that uniquely identifies the table.

Vea también

Referencia

ITableOptions Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo