Propriété MiningStructure.Parent
Gets the Database object that is the parent of the MiningStructure.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Database
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.Database
A Database object.