Description 属性

Gets or sets the description related to the property stored in this instance.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property Description As String
    Get
    Set
用法
Dim instance As ExtendedProperty
Dim value As String

value = instance.Description

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

属性值

类型:System. . :: . .String
A String that contains a description for the information stored in this instance.

实现

IDTSName. . :: . .Description