Propriété Parent
Gets the MDX script that defines the parent of a CalculationProperty object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MdxScript
Get
'Utilisation
Dim instance As CalculationProperty
Dim value As MdxScript
value = instance.Parent
[BrowsableAttribute(false)]
public MdxScript Parent { get; }
[BrowsableAttribute(false)]
public:
property MdxScript^ Parent {
MdxScript^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MdxScript
function get Parent () : MdxScript
Valeur de propriété
Type : Microsoft.AnalysisServices. . :: . .MdxScript
An MDX script.