AdoDotNetObjectIdentifierConverter.FormatPart 메서드

지정 된 식별자 부분 서식이 지정 됩니다. 여기서는 따옴표로 매개 변수가 true 이면,이 메서드를 호출 하는 QuoteIdentifier 메서드.

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

구문

‘선언
Protected Overrides Function FormatPart ( _
    typeName As String, _
    identifierPart As Object, _
    withQuotes As Boolean _
) As String
protected override string FormatPart(
    string typeName,
    Object identifierPart,
    bool withQuotes
)
protected:
virtual String^ FormatPart(
    String^ typeName, 
    Object^ identifierPart, 
    bool withQuotes
) override
abstract FormatPart : 
        typeName:string * 
        identifierPart:Object * 
        withQuotes:bool -> string  
override FormatPart : 
        typeName:string * 
        identifierPart:Object * 
        withQuotes:bool -> string
protected override function FormatPart(
    typeName : String, 
    identifierPart : Object, 
    withQuotes : boolean
) : String

매개 변수

  • typeName
    형식: String

    개체 데이터 형식의 이름입니다.

  • identifierPart
    형식: Object

    서식이 지정 되지 않은 값은 식별자 부분입니다.

  • withQuotes
    형식: Boolean

    서식이 지정 된 일부 인용 부호로 필요 묶어야 합니다 여부를 나타냅니다.

반환 값

형식: String
지정 된 식별자 부분으로 서식이 지정 된 문자열을 반환합니다.

예외

예외 조건
ArgumentNullException

typeName 매개 변수가 null인 경우

.NET Framework 보안

참고 항목

참조

AdoDotNetObjectIdentifierConverter 클래스

Microsoft.VisualStudio.Data.AdoDotNet 네임스페이스

FormatPart