Właściwość IndexedColumnCollection.Parent
Pobiera Server obiekt, który jest elementem nadrzędnym IndexedColumnCollection obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property Parent As Index
Get
'Użycie
Dim instance As IndexedColumnCollection
Dim value As Index
value = instance.Parent
public Index Parent { get; }
public:
property Index^ Parent {
Index^ get ();
}
member Parent : Index
function get Parent () : Index
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Index
A Server obiekt, który jest elementem nadrzędnym IndexedColumnCollection obiektu.
Zobacz także