Proprietà ParamType
Gets a parameter type.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ParamType As DTSParamType
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamType
A value from the DTSParamType enumeration.
Vedere anche