다음을 통해 공유


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 네임스페이스