DataParameter 생성자 (Boolean)

클래스 생성자입니다. 매개 변수화 된 인스턴스의 초기화는 DataParameter 인스턴스를 사용 하 여 파생 된 여부를 나타내는 표시와 함께 클래스는 DeriveParameters 메서드.

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

구문

‘선언
Protected Sub New ( _
    isDerived As Boolean _
)
protected DataParameter(
    bool isDerived
)
protected:
DataParameter(
    bool isDerived
)
new : 
        isDerived:bool -> DataParameter
protected function DataParameter(
    isDerived : boolean
)

매개 변수

  • isDerived
    형식: Boolean

    이 데이터 매개 변수 인스턴스를 반환 값으로 만들어졌는지 여부를 나타냅니다.는 DeriveParameters 메서드.

.NET Framework 보안

참고 항목

참조

DataParameter 클래스

DataParameter 오버로드

Microsoft.VisualStudio.Data 네임스페이스