Gets or sets the description of the Parameter object.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public MustOverride Property Description As String
Get
Set
用法
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)
属性值
类型:System.String
The description of the specified object.