Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the type of a parameter.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Property ParamType As DTSParamType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType
A value from the DTSParamValue enumeration that indicates the type of the parameter.
Hinweise
The parameter type is a value from the DTSParamValue enumeration.