Proprietà Parent
Gets the MiningStructure to which this mining model belongs.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As MiningStructure
Get
'Utilizzo
Dim instance As MiningModel
Dim value As MiningStructure
value = instance.Parent
[BrowsableAttribute(false)]
public MiningStructure Parent { get; }
[BrowsableAttribute(false)]
public:
property MiningStructure^ Parent {
MiningStructure^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : MiningStructure
function get Parent () : MiningStructure
Valore proprietà
Tipo: Microsoft.AnalysisServices. . :: . .MiningStructure
A MiningStructure.
Vedere anche