Właściwość SfcCollection<T, K, ParentT>.ISfcCollection.Parent
Pobiera obiekt nadrzędny.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Private ReadOnly Property Parent As SfcInstance
Implements ISfcCollection.Parent
Get
'Użycie
Dim instance As SfcCollection
Dim value As SfcInstance
value = CType(instance, ISfcCollection).Parent
SfcInstance ISfcCollection.Parent { get; }
private:
virtual property SfcInstance^ Parent {
SfcInstance^ get () sealed = ISfcCollection::Parent::get;
}
private abstract Parent : SfcInstance
private override Parent : SfcInstance
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
SfcInstance Obiektu reprezentująca nadrzędnym kolekcja.
Implementacje
Zobacz także