Partager via


Propriété NamedComponent.ID

Gets or sets the identifier of the component.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ID As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The identifier of the component.

Implémente

INamedComponent.ID

Voir aussi

Référence

NamedComponent Classe

Espace de noms Microsoft.AnalysisServices