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


Свойство IDTSExternalMetadataColumnCollection100.IsUsed

Gets or sets a value that indicates whether the collection is populated by the component.

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

Синтаксис

'Декларация
Property IsUsed As Boolean 
    Get 
    Set
'Применение
Dim instance As IDTSExternalMetadataColumnCollection100 
Dim value As Boolean 

value = instance.IsUsed

instance.IsUsed = value
bool IsUsed { get; set; }
property bool IsUsed {
    bool get ();
    void set (bool value);
}
abstract IsUsed : bool with get, set
function get IsUsed () : boolean 
function set IsUsed (value : boolean)

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

Тип: System.Boolean
true if the component populates the collection; otherwise, false.

Замечания

If true, the Advanced Properties editor provides the ability to map columns from the input or output column collections to the external metadata collection in the Input Columns tab.

См. также

Справочник

IDTSExternalMetadataColumnCollection100 Интерфейс

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