다음을 통해 공유


UsesDispositions 속성

Gets or sets a value that indicates whether a component has an error output.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Property UsesDispositions As Boolean
    Get
    Set
‘사용 방법
Dim instance As IDTSComponentMetaData100
Dim value As Boolean

value = instance.UsesDispositions

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

속성 값

형식: System. . :: . .Boolean
true if the component has an error output; otherwise, false.

주의

Components that contain IDTSOutput100 objects whose IsErrorOut property is true set this property to true.