共用方式為


Parent 屬性

Gets the Cube object that is the parent of the MdxScript object.

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

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Cube
    Get
'用途
Dim instance As MdxScript
Dim value As Cube

value = instance.Parent
[BrowsableAttribute(false)]
public Cube Parent { get; }
[BrowsableAttribute(false)]
public:
property Cube^ Parent {
    Cube^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Cube
function get Parent () : Cube

屬性值

型別:Microsoft.AnalysisServices. . :: . .Cube
A Cube object.