Compartir a través de


ForeignKeyCollection.Item Propiedad (Int32)

Gets a ForeignKey object in the collection by index number.

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

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ForeignKey 
    Get
'Uso
Dim instance As ForeignKeyCollection 
Dim index As Integer 
Dim value As ForeignKey 

value = instance(index)
public ForeignKey this[
    int index
] { get; }
public:
property ForeignKey^ default[int index] {
    ForeignKey^ get (int index);
}
member Item : ForeignKey
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.ForeignKey
A ForeignKey object value that represents the foreign key.

Ejemplos

Usar colecciones

Vea también

Referencia

ForeignKeyCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo