Database.IMajorObject.Path 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the path implementation of the Database.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Private ReadOnly Property Path As String 
    Implements IMajorObject.Path 
    Get
'用途
Dim instance As Database 
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System.String
The path implementation of the Database.

實作

IMajorObject.Path

請參閱

參考

Database 類別

Microsoft.AnalysisServices 命名空間