NamedComponent Properties

 

Applies To: SQL Server (starting with 2016)

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Properties

Name Description
System_CAPS_pubproperty Annotations

Gets a collection within which you can store custom data.(Inherited from ModelComponent.)

System_CAPS_protproperty CanRaiseEvents

(Inherited from Component.)

System_CAPS_pubproperty Container

(Inherited from Component.)

System_CAPS_pubproperty Description

Gets or sets the description of the component.

System_CAPS_protproperty DesignMode

(Inherited from Component.)

System_CAPS_protproperty Events

(Inherited from Component.)

System_CAPS_protproperty FriendlyName

Returns a user-friendly name.(Overrides ModelComponent.FriendlyName.)

System_CAPS_pubproperty ID

Gets or sets the identifier of the component.

System_CAPS_protproperty KeyForCollection

Returns the key used in collections.(Overrides ModelComponent.KeyForCollection.)

System_CAPS_pubproperty Name

Gets or sets the name of the component.

System_CAPS_pubproperty OwningCollection

Gets or sets the collection that contains the ModelComponent.(Inherited from ModelComponent.)

System_CAPS_pubproperty Parent

Gets the IModelComponent object that is the parent of the ModelComponent object.(Inherited from ModelComponent.)

System_CAPS_pubproperty Site

Gets or sets the site of the component.(Overrides Component.Site.)

System_CAPS_pubproperty SiteID

Gets or sets the identifier for the site associated with the component.

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privproperty IHostableComponent.Host

(Inherited from ModelComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IModelComponent.FriendlyPath

(Inherited from ModelComponent.)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IModelComponent.OwningCollection

(Inherited from ModelComponent.)

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top