Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the value type of the parameter.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public Property ValueType As ParameterInfo.ParameterValueType
Get
Private Set
'Utilizzo
Dim instance As ParameterInfo
Dim value As ParameterInfo.ParameterValueType
value = instance.ValueType
[SfcPropertyAttribute(Data = true)]
public ParameterInfo.ParameterValueType ValueType { get; private set; }
[SfcPropertyAttribute(Data = true)]
public:
property ParameterInfo.ParameterValueType ValueType {
ParameterInfo.ParameterValueType get ();
private: void set (ParameterInfo.ParameterValueType value);
}
[<SfcPropertyAttribute(Data = true)>]
member ValueType : ParameterInfo.ParameterValueType with get, private set
function get ValueType () : ParameterInfo.ParameterValueType
private function set ValueType (value : ParameterInfo.ParameterValueType)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType
The value type of the parameter.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices