다음을 통해 공유


DataConnectionProperties.ShouldPersistProperty 메서드

연결 문자열을 만들 때 속성 유지 여부를 나타냅니다.

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

구문

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

매개 변수

반환 값

형식: System.Boolean
false 지정 된 속성을 인식 하지 못하는 경우 설정 됩니다; 기본 값으로 설정 되어 있으면 또는 그렇지 않으면 true.

예외

예외 조건
ArgumentNullException

name 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)인 경우

설명

기본 구현에서이 메서드를 호출을 ToDisplayStringToSafeString 연결에는 기본적으로 인식 된 속성을 포함할지 여부를 결정 하는 방법 문자열 표현을 현재 DataConnectionProperties 인스턴스.

이 메서드의 기본 구현을 반환 합니다. false 지정 된 속성 인식 되지 않습니다 설정 되어 또는; 기본 값으로 설정 된 경우 그렇지 않으면, true.

.NET Framework 보안

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

참고 항목

참조

DataConnectionProperties 클래스

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