Propriété Parent
Gets the parent MiningStructure.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As Object
Get
'Utilisation
Dim instance As MiningStructureColumn
Dim value As Object
value = instance.Parent
public Object Parent { get; }
public:
property Object^ Parent {
Object^ get ();
}
member Parent : Object
function get Parent () : Object
Valeur de propriété
Type : System. . :: . .Object
A MiningStructure.
Voir aussi