Condividi tramite


Proprietà DtsLocalizableAttribute.Description

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

Gets or sets the description of the DtsLocalizableAttribute.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Property Description As String 
    Get 
    Set
'Utilizzo
Dim instance As DtsLocalizableAttribute 
Dim value As String 

value = instance.Description

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

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

DtsLocalizableAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization