Compartilhar via


Propriedade do RDL ArrayValue.ParamType

Gets a parameter type.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
Public ReadOnly Property ParamType As DTSParamType 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ArrayValue Classe

Namespace Microsoft.SqlServer.Dts.Tasks.WebServiceTask