Свойство ParamType
Gets the type of a parameter.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
Public Property ParamType As DTSParamType
Get
Set
'Применение
Dim instance As DTSParamInfo
Dim value As DTSParamType
value = instance.ParamType
instance.ParamType = value
public DTSParamType ParamType { get; set; }
public:
property DTSParamType ParamType {
DTSParamType get ();
void set (DTSParamType value);
}
member ParamType : DTSParamType with get, set
function get ParamType () : DTSParamType
function set ParamType (value : DTSParamType)
Значение свойства
Тип: Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamType
A value from the DTSParamValue enumeration that indicates the type of the parameter.
См. также