Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the MDX script that defines the parent of a CalculationProperty object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MdxScript
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.MdxScript
An MDX script.