言語

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 列挙からの値です。

適用対象