IErrorCollectionService.GetErrorMessage Method (Boolean)

Returns a String that contains the error message.

命名空間: Microsoft.SqlServer.Dts.Design
組件: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

語法

'宣告
Function GetErrorMessage ( _
    descriptionOnly As Boolean _
) As String
string GetErrorMessage (
    bool descriptionOnly
)
String^ GetErrorMessage (
    bool descriptionOnly
)
String GetErrorMessage (
    boolean descriptionOnly
)
function GetErrorMessage (
    descriptionOnly : boolean
) : String

參數

  • descriptionOnly
    A Boolean that indicates whether the error message only is returned, or the error message plus component and subcomponent information.

傳回值

When true, a String that contains the error message. When false, a String that contains the error message, component and subcomponent information.

備註

Passing false to this method is the same as calling the GetErrorMessage method.

執行緒安全性

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

IErrorCollectionService Interface
IErrorCollectionService Members
Microsoft.SqlServer.Dts.Design Namespace