Partager via


Propriété Description

Gets or sets the description of an IDTSCustomProperty100 object.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property Description As String
    Get
    Set
'Utilisation
Dim instance As IDTSCustomProperty100
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)

Valeur de propriété

Type : System. . :: . .String
A string that contains the description of the IDTSCustomProperty100 object.

Implémente

IDTSObject100. . :: . .Description