다음을 통해 공유


DataConnection.Command 속성

파생 명령 실행 하 고 데이터 소스에서 수행할 수 있는 개체를 검색 합니다.

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

구문

‘선언
Public ReadOnly Property Command As DataCommand
public DataCommand Command { get; }
public:
property DataCommand^ Command {
    DataCommand^ get ();
}
member Command : DataCommand with get
function get Command () : DataCommand

속성 값

형식: Microsoft.VisualStudio.Data.DataCommand
개체 인스턴스를 반환 된 DataCommand 클래스를 파생 명령 실행 하 고 데이터 소스에서 수행할 수 있습니다.

설명

동기 명령을 수행 하는 메서드입니다. 명령을 비동기적으로 수행을 참조 하십시오. AsyncCommand.

.NET Framework 보안

참고 항목

참조

DataConnection 클래스

Microsoft.VisualStudio.Data 네임스페이스