Propriedade do RDL MiningModel.Parent
Gets the MiningStructure to which this mining model belongs.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property Parent As MiningStructure
Get
'Uso
Dim instance As MiningModel
Dim value As MiningStructure
value = instance.Parent
public MiningStructure Parent { get; }
public:
property MiningStructure^ Parent {
MiningStructure^ get ();
}
member Parent : MiningStructure
function get Parent () : MiningStructure
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient.MiningStructure
The mining structure to which this mining model belongs.