Freigeben über


Trace.IMajorObject.Path-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the path implementation of the trace.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Private ReadOnly Property Path As String 
    Implements IMajorObject.Path 
    Get
'Usage
Dim instance As Trace 
Dim value As String 

value = CType(instance, IMajorObject).Path
string IMajorObject.Path { get; }
private:
virtual property String^ Path {
    String^ get () sealed = IMajorObject::Path::get;
}
private abstract Path : string 
private override Path : string
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System.String
The path implementation.

Implementiert

IMajorObject.Path

Siehe auch

Verweis

Trace Klasse

Microsoft.AnalysisServices-Namespace