Partager via


Propriété INamedComponent.ID

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the engine ID of the component.

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

Syntaxe

'Déclaration
Property ID As String 
    Get 
    Set
'Utilisation
Dim instance As INamedComponent 
Dim value As String 

value = instance.ID

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

Valeur de propriété

Type : System.String
The engine ID of the component.

Voir aussi

Référence

INamedComponent Interface

Espace de noms Microsoft.AnalysisServices