Compartir a través de


INamedComponent.ID Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the engine ID of the component.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Property ID As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

INamedComponent Interfaz

Espacio de nombres Microsoft.AnalysisServices