IModelComponent.OwningCollection Propiedad
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Private Property OwningCollection As IModelComponentCollection
Implements IModelComponent.OwningCollection
Get
Set
'Uso
Dim instance As ModelComponent
Dim value As IModelComponentCollection
value = CType(instance, IModelComponent).OwningCollection
CType(instance, IModelComponent).OwningCollection = value
IModelComponentCollection IModelComponent.OwningCollection { get; set; }
private:
virtual property IModelComponentCollection^ OwningCollection {
IModelComponentCollection^ get () sealed = IModelComponent::OwningCollection::get;
void set (IModelComponentCollection^ value) sealed = IModelComponent::OwningCollection::set;
}
private abstract OwningCollection : IModelComponentCollection with get, set
private override OwningCollection : IModelComponentCollection with get, set
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .IModelComponentCollection