TransferErrorMessagesTask.ErrorMessagesList Property
Gets or sets a StringCollection containing the IDs of the languages to transfer.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Assembly: Microsoft.SqlServer.TransferErrorMessagesTask (in microsoft.sqlserver.transfererrormessagestask.dll)
Syntax
'Declaration
Public Property ErrorMessagesList As StringCollection
public StringCollection ErrorMessagesList { get; set; }
public:
virtual property StringCollection^ ErrorMessagesList {
StringCollection^ get () sealed;
void set (StringCollection^ value) sealed;
}
/** @property */
public final StringCollection get_ErrorMessagesList ()
/** @property */
public final void set_ErrorMessagesList (StringCollection value)
public final function get ErrorMessagesList () : StringCollection
public final function set ErrorMessagesList (value : StringCollection)
Property Value
A StringCollection that lists the language IDs of error messages to transfer.
Remarks
For example, the value "1033" is required to transfer error messages for the language, "US English".
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
TransferErrorMessagesTask Class
TransferErrorMessagesTask Members
Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask Namespace