AdoDotNetSchemaReader 생성자 (DbDataReader, DbCommand)

새 인스턴스를 초기화 하면 AdoDotNetSchemaReader 데이터 명령 개체를 데이터 읽기 개체를 사용 하 여 클래스.

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

구문

‘선언
Public Sub New ( _
    reader As DbDataReader, _
    command As DbCommand _
)
public AdoDotNetSchemaReader(
    DbDataReader reader,
    DbCommand command
)
public:
AdoDotNetSchemaReader(
    DbDataReader^ reader, 
    DbCommand^ command
)
new : 
        reader:DbDataReader * 
        command:DbCommand -> AdoDotNetSchemaReader
public function AdoDotNetSchemaReader(
    reader : DbDataReader, 
    command : DbCommand
)

매개 변수

  • reader
    형식: DbDataReader

    A DbDataReader 포함 된 결과 집합 스키마 개체입니다.

  • command
    형식: DbCommand

    A DbCommand 를 구현할 수 있는 데이터 소스에 대해 실행할 명령을 캡슐화 하는 개체는 Terminate 호출할 메서드를 CancelAsync 명령에서.

.NET Framework 보안

참고 항목

참조

AdoDotNetSchemaReader 클래스

AdoDotNetSchemaReader 오버로드

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