Partager via


Propriété ArrayValue.ParamType

Gets a parameter type.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParamType As DTSParamType 
    Get
'Utilisation
Dim instance As ArrayValue 
Dim value As DTSParamType 

value = instance.ParamType
public DTSParamType ParamType { get; }
public:
property DTSParamType ParamType {
    DTSParamType get ();
}
member ParamType : DTSParamType
function get ParamType () : DTSParamType

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType
A value from the DTSParamType enumeration.

Voir aussi

Référence

ArrayValue Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.WebServiceTask