다음을 통해 공유


AdoDotNetObjectMemberComparer.RequiresQuoting 메서드

식별자 부분에 따옴표가 필요한 지 여부를 나타냅니다.

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

구문

‘선언
Protected Overridable Function RequiresQuoting ( _
    identifierPart As String _
) As Boolean
protected virtual bool RequiresQuoting(
    string identifierPart
)
protected:
virtual bool RequiresQuoting(
    String^ identifierPart
)
abstract RequiresQuoting : 
        identifierPart:string -> bool  
override RequiresQuoting : 
        identifierPart:string -> bool
protected function RequiresQuoting(
    identifierPart : String
) : boolean

매개 변수

  • identifierPart
    형식: String

    일부 데이터베이스 개체의 식별자를 나타내는 문자열입니다.

반환 값

형식: Boolean
true 따옴표 식별자 부분을 요구 하는 경우. 그렇지 않으면 false.

설명

기본 구현은 false를 반환합니다. 재정의 사용 하는 사용자 지정 구현을 제공 합니다.

.NET Framework 보안

참고 항목

참조

AdoDotNetObjectMemberComparer 클래스

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