Proprietà ISfcCollection.Parent
Gets the parent object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
ReadOnly Property Parent As SfcInstance
Get
'Utilizzo
Dim instance As ISfcCollection
Dim value As SfcInstance
value = instance.Parent
SfcInstance Parent { get; }
property SfcInstance^ Parent {
SfcInstance^ get ();
}
abstract Parent : SfcInstance
function get Parent () : SfcInstance
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Gets the SfcInstance object that represents the parent of the collection.