Proprietà IModelComponent.Parent

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the parent IModelComponent of this instance.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
ReadOnly Property Parent As IModelComponent 
    Get
'Utilizzo
Dim instance As IModelComponent 
Dim value As IModelComponent 

value = instance.Parent
IModelComponent Parent { get; }
property IModelComponent^ Parent {
    IModelComponent^ get ();
}
abstract Parent : IModelComponent
function get Parent () : IModelComponent

Valore proprietà

Tipo: Microsoft.AnalysisServices.IModelComponent
The parent IModelComponent of this instance.

Vedere anche

Riferimento

IModelComponent Interfaccia

Spazio dei nomi Microsoft.AnalysisServices