DataParameter 생성자 (Boolean)

새 인스턴스를 초기화 하면 DataParameter 클래스 인스턴스를 사용 하 여 파생 된 여부를 지정 하는 DeriveParameters 방법.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.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.Framework 네임스페이스