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.
Sets the parameter value on the client.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public Sub Set ( _
type As ParameterInfo.ParameterValueType, _
value As Object _
)
'Utilizzo
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
)
Parametri
- type
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.ParameterValueType
The parameter type.
- value
Tipo: System.Object
The parameter value.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices