Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the parent Database of the Dimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Database
Get
'Usage
Dim instance As Dimension
Dim value As Database
value = instance.Parent
[BrowsableAttribute(false)]
public Database Parent { get; }
[BrowsableAttribute(false)]
public:
property Database^ Parent {
Database^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Database
function get Parent () : Database
Property Value
Type: Microsoft.AnalysisServices.Database
The parent Database object.