Condividi tramite


Proprietà MdxScript.Parent

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

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Cube 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.Cube
A Cube object that is the parent of the MdxScript object.

Vedere anche

Riferimento

MdxScript Classe

Spazio dei nomi Microsoft.AnalysisServices