Compartilhar via


Propriedade do RDL INamedComponent.Description

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 long description of the component.

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

Sintaxe

'Declaração
Property Description As String 
    Get 
    Set
'Uso
Dim instance As INamedComponent 
Dim value As String 

value = instance.Description

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

Valor da propriedade

Tipo: System.String
The long description of the component.

Consulte também

Referência

INamedComponent Interface

Namespace Microsoft.AnalysisServices