ISfcCollection.Parent Propiedad
Gets the parent object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
ReadOnly Property Parent As SfcInstance
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Gets the SfcInstance object that represents the parent of the collection.