ArrayValue.ParamType Property

Definition

Gets a parameter type.

public:
 property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType ParamType { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType get(); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType ParamType { get; }
member this.ParamType : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType
Public ReadOnly Property ParamType As DTSParamType

Property Value

A value from the DTSParamType enumeration.

Applies to