Поделиться через


Свойство Description

Gets or sets the column description.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Property Description As String
    Get
    Set
'Применение
Dim instance As FlatFileColumn
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 column.

Реализует

IDTSName. . :: . .Description