Compartir a través de


SetValue Método

Sets the bit value at the specified index position.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Protected Sub SetValue ( _
    options As EventSetBase, _
    value As Boolean _
)
'Uso
Dim options As EventSetBase
Dim value As Boolean

Me.SetValue(options, value)
protected void SetValue(
    EventSetBase options,
    bool value
)
protected:
void SetValue(
    EventSetBase^ options, 
    bool value
)
member SetValue : 
        options:EventSetBase * 
        value:bool -> unit 
protected function SetValue(
    options : EventSetBase, 
    value : boolean
)

Parámetros