Compartir a través de


UsesDispositions Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property UsesDispositions As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

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