NamedComponent.ID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the identifier of the component.

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

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
public string ID { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
property String^ ID {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
abstract ID : string with get, set
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
override ID : string with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(IsNullable := False)>
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