Propriedade do RDL ISfcCollection.Parent
Gets the parent object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Gets the SfcInstance object that represents the parent of the collection.