Compartilhar via


Propriedade do RDL NamedComponent.ID

Gets or sets the identifier of the component.

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

Sintaxe

'Declaração
Public Property ID As String 
    Get 
    Set
'Uso
Dim instance As NamedComponent 
Dim value As String 

value = instance.ID

instance.ID = value
public string ID { get; set; }
public:
virtual property String^ ID {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract ID : string with get, set 
override ID : string with get, set
final function get ID () : String 
final function set ID (value : String)

Valor da propriedade

Tipo: System.String
The identifier of the component.

Implementa

INamedComponent.ID

Consulte também

Referência

NamedComponent Classe

Namespace Microsoft.AnalysisServices