Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the value type of the parameter.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public Property ValueType As ParameterInfo.ParameterValueType
Get
Private Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType
The value type of the parameter.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices