IVsDataAsyncCommand.DeriveParametersAsync メソッド
クラスで実装された場合、非同期で、指定したコマンドで使用するためのパラメーター セットを取得します。
名前空間: Microsoft.VisualStudio.Data.Services.SupportEntities
アセンブリ: Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)
構文
'宣言
Sub DeriveParametersAsync ( _
command As String, _
commandType As DataCommandType, _
commandTimeout As Integer, _
userState As Object _
)
void DeriveParametersAsync(
string command,
DataCommandType commandType,
int commandTimeout,
Object userState
)
void DeriveParametersAsync(
String^ command,
DataCommandType commandType,
int commandTimeout,
Object^ userState
)
abstract DeriveParametersAsync :
command:string *
commandType:DataCommandType *
commandTimeout:int *
userState:Object -> unit
function DeriveParametersAsync(
command : String,
commandType : DataCommandType,
commandTimeout : int,
userState : Object
)
パラメーター
command
型 : Stringパラメーターが、コマンド。
commandType
型 : Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType指定する名前付きコマンドのコマンドの型を表す DataCommandType の列挙体からの値 command のパラメーターの内容を解釈する方法を示します。
commandTimeout
型 : Int32時間、コマンドがタイムアウト秒単位)。
userState
型 : Objectコマンドが進行すると、このメソッドは呼び出し可能オブジェクト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。