次の方法で共有


DTSParamInfo.ParamType プロパティ

定義

パラメーターの型を取得します。

public:
 property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType ParamType { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType get(); void set(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType value); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType ParamType { get; set; }
member this.ParamType : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType with get, set
Public Property ParamType As DTSParamType

プロパティ値

パラメーターの型を示す DTSParamValue 列挙の値です。

注釈

パラメーターの型は、DTSParamValue 列挙から取得します。

適用対象