Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether all user-defined error messages at the source should be transferred.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Assembly: Microsoft.SqlServer.TransferErrorMessagesTask (in Microsoft.SqlServer.TransferErrorMessagesTask.dll)
Syntax
'Declaration
Property TransferAllErrorMessages As Boolean
Get
Set
'Usage
Dim instance As ITransferErrorMessagesTask
Dim value As Boolean
value = instance.TransferAllErrorMessages
instance.TransferAllErrorMessages = value
bool TransferAllErrorMessages { get; set; }
property bool TransferAllErrorMessages {
bool get ();
void set (bool value);
}
abstract TransferAllErrorMessages : bool with get, set
function get TransferAllErrorMessages () : boolean
function set TransferAllErrorMessages (value : boolean)
Property Value
Type: System.Boolean
true if all user-defined error messages are transferred; otherwise, false.
See Also
Reference
ITransferErrorMessagesTask Interface
Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask Namespace