Parameter.Description Property
Gets or sets the description of the Parameter object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public MustOverride Property Description As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The description of the specified object.