Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parent Database of the Account 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 Account
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 of the Account object.