Właściwość ITrace.Parent
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
ReadOnly Property Parent As Server
Get
'Użycie
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