NamedComponent.ID Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the identifier of the component.

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

Syntax

public string ID { get; set; }
public:
property String^ ID {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
abstract ID : string with get, set
override ID : string with get, set
Public Property ID As String

Property Value

Type: System.String

The identifier of the component.

Implements

INamedComponent.ID

See Also

NamedComponent Class
Microsoft.AnalysisServices Namespace

Return to top