Condividi tramite


Proprietà INamedComponent.ID

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the engine ID of the component.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Property ID As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

INamedComponent Interfaccia

Spazio dei nomi Microsoft.AnalysisServices