Propriedade do RDL Parent
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
ReadOnly Property Parent As Server
Get
'Uso
Dim instance As ITrace
Dim value As Server
value = instance.Parent
Server Parent { get; }
property Server^ Parent {
Server^ get ();
}
abstract Parent : Server
function get Parent () : Server