Compartilhar via


Método IErrorCollectionService.GetErrorMessage (Boolean)

Returns a String that contains the error message.

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
Function GetErrorMessage ( _
    descriptionOnly As Boolean _
) As String
'Uso
Dim instance As IErrorCollectionService 
Dim descriptionOnly As Boolean 
Dim returnValue As String 

returnValue = instance.GetErrorMessage(descriptionOnly)
string GetErrorMessage(
    bool descriptionOnly
)
String^ GetErrorMessage(
    bool descriptionOnly
)
abstract GetErrorMessage : 
        descriptionOnly:bool -> string
function GetErrorMessage(
    descriptionOnly : boolean
) : String

Parâmetros

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

Valor de retorno

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

Comentários

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

Consulte também

Referência

IErrorCollectionService Interface

Sobrecarregado GetErrorMessage

Namespace Microsoft.SqlServer.Dts.Design