Compartilhar via


Propriedade do RDL ExtendedProperty.Description

Gets or sets the description related to the property stored in this instance.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

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

value = instance.Description

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

Valor da propriedade

Tipo: System.String
A String that contains a description for the information stored in this instance.

Implementa

IDTSName.Description

Consulte também

Referência

ExtendedProperty Classe

Namespace Microsoft.SqlServer.Dts.Runtime