Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether the component uses dispositions.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property UsesDispositions As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the component uses dispositions; otherwise, false.
Remarks
Components that contain IDTSOutput100 objects whose IsErrorOut property is true set this property to true.