DTSParamInfo.ParamType Property

Gets the type of a parameter.

Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Синтаксис

'Декларация
Public Property ParamType As DTSParamType
public DTSParamType ParamType { get; set; }
public:
property DTSParamType ParamType {
    DTSParamType get ();
    void set (DTSParamType value);
}
/** @property */
public DTSParamType get_ParamType ()

/** @property */
public void set_ParamType (DTSParamType value)
public function get ParamType () : DTSParamType

public function set ParamType (value : DTSParamType)

Значение свойства

A value from the DTSParamValue enumeration that indicates the type of the parameter.

Замечания

The parameter type is a value from the DTSParamValue enumeration.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

DTSParamInfo Class
DTSParamInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace