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


Свойство IDTSVirtualInputColumn100.NewDescription

Gets or sets the description of a newly created IDTSInputColumn100 column.

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

Синтаксис

'Декларация
Property NewDescription As String 
    Get 
    Set
'Применение
Dim instance As IDTSVirtualInputColumn100 
Dim value As String 

value = instance.NewDescription

instance.NewDescription = value
string NewDescription { get; set; }
property String^ NewDescription {
    String^ get ();
    void set (String^ value);
}
abstract NewDescription : string with get, set
function get NewDescription () : String 
function set NewDescription (value : String)

Значение свойства

Тип: System.String
A String that contains the description assigned to the newly created input column.

Замечания

This property contains the description assigned to the newly created input column when SetUsageType results in a new input column. It cannot be set if the new column has not been created yet.

См. также

Справочник

IDTSVirtualInputColumn100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper