Condividi tramite


Proprietà Trace.IMajorObject.Path

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the path implementation of the trace.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property Path As String 
    Implements IMajorObject.Path 
    Get
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

Tipo: System.String
The path implementation.

Implementa

IMajorObject.Path

Vedere anche

Riferimento

Trace Classe

Spazio dei nomi Microsoft.AnalysisServices