다음을 통해 공유


SqlUserInteractionServices.GetErrorMessageName 메서드

지정된 오류 메시지에 대한 이름을 반환합니다.

네임스페이스:  Microsoft.Data.Schema.Sql
어셈블리:  Microsoft.Data.Schema.Sql(Microsoft.Data.Schema.Sql.dll)

구문

‘선언
Protected Overridable Function GetErrorMessageName ( _
    errorMsg As ISqlErrorMessage, _
    escape As Boolean, _
    fullName As Boolean, _
    includeType As Boolean _
) As String
protected virtual string GetErrorMessageName(
    ISqlErrorMessage errorMsg,
    bool escape,
    bool fullName,
    bool includeType
)
protected:
virtual String^ GetErrorMessageName(
    ISqlErrorMessage^ errorMsg, 
    bool escape, 
    bool fullName, 
    bool includeType
)
abstract GetErrorMessageName : 
        errorMsg:ISqlErrorMessage * 
        escape:bool * 
        fullName:bool * 
        includeType:bool -> string 
override GetErrorMessageName : 
        errorMsg:ISqlErrorMessage * 
        escape:bool * 
        fullName:bool * 
        includeType:bool -> string 
protected function GetErrorMessageName(
    errorMsg : ISqlErrorMessage, 
    escape : boolean, 
    fullName : boolean, 
    includeType : boolean
) : String

매개 변수

  • escape
    형식: System.Boolean
    기본적으로 괄호를 사용하여 이름이 이스케이프되는지 여부를 나타내는 값입니다.이것은 기본 클래스에서는 무시되지만 파생 클래스에서 사용될 수 있습니다.
  • fullName
    형식: System.Boolean
    전체 이름이 반환되는지 여부를 나타내는 값입니다.이것은 기본 클래스에서는 무시되지만 파생 클래스에서 사용될 수 있습니다.
  • includeType
    형식: System.Boolean
    형식을 이름의 일부로 반환해야 하는지 여부를 나타내는 값입니다.이것은 기본 클래스에서는 무시되지만 파생 클래스에서 사용될 수 있습니다.

반환 값

형식: System.String

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

SqlUserInteractionServices 클래스

Microsoft.Data.Schema.Sql 네임스페이스