Compartilhar via


Propriedade do RDL INamedComponent.ID

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the engine ID of the component.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

INamedComponent Interface

Namespace Microsoft.AnalysisServices