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 Database object that is the parent of the MiningStructure.
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 MiningStructure
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
A Database object.