DataCommand 클래스

정의

IVsDataCommand 인터페이스의 구현을 나타냅니다.

public ref class DataCommand abstract : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataCommand
public abstract class DataCommand : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataCommand
type DataCommand = class
    inherit DataSiteableObject<IVsDataConnection>
    interface IVsDataCommand
Public MustInherit Class DataCommand
Inherits DataSiteableObject(Of IVsDataConnection)
Implements IVsDataCommand
상속
구현

생성자

DataCommand()

DataCommand 클래스의 새 인스턴스를 초기화합니다.

DataCommand(IVsDataConnection)

데이터 연결 개체와 함께 클래스의 DataCommand 새 instance 초기화합니다.

속성

Site

개체 사이트를 가져오거나 설정합니다.

(다음에서 상속됨 DataSiteableObject<T>)

메서드

CreateParameter()

instance , , Execute(String, Int32, DataParameter[], Int32)DeriveSchema(String, Int32, DataParameter[], Int32)또는 ExecuteWithoutResults(String, DataCommandType, IVsDataParameter[]) 메서드에 DeriveSchema(String, Int32, DataParameter[], Int32)전달할 수 있는 매개 변수 개체를 DataCommand 만듭니다.

DeriveParameters(String)

지정된 명령에 대해 지정할 수 있는 매개 변수를 파생합니다.

DeriveParameters(String, DataCommandType)

지정된 명령에 대해 지정할 수 있는 매개 변수를 파생합니다.

DeriveParameters(String, DataCommandType, Int32)

지정된 명령에 대해 지정할 수 있는 매개 변수를 파생합니다.

DeriveSchema(String)

지정된 명령에서 반환된 스키마를 파생합니다. 스키마는 데이터 판독기의 항목 및 블록 레이아웃을 나타냅니다.

DeriveSchema(String, DataCommandType)

지정된 명령에서 반환된 스키마를 파생합니다. 스키마는 데이터 판독기의 항목 및 블록 레이아웃을 나타냅니다.

DeriveSchema(String, DataCommandType, IVsDataParameter[])

지정된 명령에서 반환된 스키마를 파생합니다. 스키마는 데이터 판독기의 항목 및 블록 레이아웃을 나타냅니다.

DeriveSchema(String, DataCommandType, IVsDataParameter[], Int32)

지정된 명령에서 반환된 스키마를 파생합니다. 스키마는 데이터 판독기의 항목 및 블록 레이아웃을 나타냅니다.

Execute(String)

지정된 명령을 실행하고 읽기 전용 결과를 반환합니다.

Execute(String, DataCommandType)

지정된 명령을 실행하고 읽기 전용 결과를 반환합니다.

Execute(String, DataCommandType, IVsDataParameter[])

매개 변수를 사용하여 필요에 따라 지정된 명령을 실행하고 읽기 전용 결과를 반환합니다.

Execute(String, DataCommandType, IVsDataParameter[], Int32)

매개 변수를 사용하여 필요에 따라 지정된 명령을 실행하고 읽기 전용 결과를 반환합니다.

ExecuteWithoutResults(String)

명령을 실행하지만 결과를 요청하지 않고 대신 호출 결과를 나타내는 정수 를 반환합니다.

ExecuteWithoutResults(String, DataCommandType)

명령을 실행하지만 결과를 요청하지 않고 대신 호출 결과를 나타내는 정수 를 반환합니다.

ExecuteWithoutResults(String, DataCommandType, IVsDataParameter[])

필요에 따라 매개 변수를 사용하여 명령을 실행하지만 결과를 요청하지 않고 대신 호출 결과를 나타내는 정수를 반환합니다.

ExecuteWithoutResults(String, DataCommandType, IVsDataParameter[], Int32)

필요에 따라 매개 변수를 사용하여 명령을 실행하지만 결과를 요청하지 않고 대신 호출 결과를 나타내는 정수를 반환합니다.

OnSiteChanged(EventArgs)

SiteChanged 이벤트를 발생시킵니다.

(다음에서 상속됨 DataSiteableObject<T>)
Prepare(String)

실행할 데이터 원본에 대해 지정된 명령을 준비합니다. 그런 다음 다양한 매개 변수를 사용하여 명령을 여러 번 실행할 수 있습니다.

Prepare(String, DataCommandType)

실행할 데이터 원본에 대해 지정된 명령을 준비합니다. 그런 다음 다양한 매개 변수를 사용하여 명령을 여러 번 실행할 수 있습니다.

Prepare(String, DataCommandType, IVsDataParameter[])

실행할 데이터 원본에 대해 지정된 명령을 준비합니다. 그런 다음 다양한 매개 변수를 사용하여 명령을 여러 번 실행할 수 있습니다.

Prepare(String, DataCommandType, IVsDataParameter[], Int32)

실행할 데이터 원본에 대해 지정된 명령을 준비합니다. 그런 다음 다양한 매개 변수를 사용하여 명령을 여러 번 실행할 수 있습니다.

이벤트

SiteChanged

Site 속성이 변경될 때 발생합니다.

(다음에서 상속됨 DataSiteableObject<T>)

적용 대상