다음을 통해 공유


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
    형식: System.String
    일부 데이터베이스 개체의 식별자를 나타내는 문자열입니다.

반환 값

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

설명

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

.NET Framework 보안

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

참고 항목

참조

AdoDotNetObjectMemberComparer 클래스

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