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.
Sets the parameter value on the client.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public Sub Set ( _
type As ParameterInfo.ParameterValueType, _
value As Object _
)
'Utilisation
Dim instance As ParameterInfo
Dim type As ParameterInfo.ParameterValueType
Dim value As Object
instance.Set(type, value)
public void Set(
ParameterInfo.ParameterValueType type,
Object value
)
public:
void Set(
ParameterInfo.ParameterValueType type,
Object^ value
)
member Set :
type:ParameterInfo.ParameterValueType *
value:Object -> unit
public function Set(
type : ParameterInfo.ParameterValueType,
value : Object
)
Paramètres
- type
Type : Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType
The parameter type.
- value
Type : System.Object
The parameter value.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices