共用方式為


AggregationDesign.IMajorObject.Path 屬性

Gets the path implementation of the AggregationDesign.

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

語法

'宣告
Private ReadOnly Property Path As String 
    Implements IMajorObject.Path 
    Get
'用途
Dim instance As AggregationDesign 
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 AggregationDesign.

實作

IMajorObject.Path

請參閱

參考

AggregationDesign 類別

Microsoft.AnalysisServices 命名空間