Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
The path implementation.