Proprietà Parameter.Description

Gets or sets the description of the Parameter object.

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

Sintassi

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

value = instance.Description

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

Valore proprietà

Tipo: System.String
The description of the specified object.

Implementa

IDTSName.Description

Vedere anche

Riferimento

Parameter Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime