Share via


Parameter.SetParam(XlParameterType, Object) メソッド

定義

指定されたクエリ テーブルのパラメーターを定義します。

public:
 void SetParam(Microsoft::Office::Interop::Excel::XlParameterType Type, System::Object ^ Value);
public void SetParam (Microsoft.Office.Interop.Excel.XlParameterType Type, object Value);
Public Sub SetParam (Type As XlParameterType, Value As Object)

パラメーター

Value
Object

必須 オブジェクト。 引数の説明に示すように、指定したパラメーターの Type 値。

適用対象