다음을 통해 공유


DataConnection.AsyncCommand 속성

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

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

구문

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

속성 값

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

.NET Framework 보안

참고 항목

참조

DataConnection 클래스

Microsoft.VisualStudio.Data 네임스페이스