Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Sets the bit value at the specified index position.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Protected Sub SetValue ( _
options As EventSetBase, _
value As Boolean _
)
'Usage
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
)
Parameters
- options
Type: Microsoft.SqlServer.Management.Smo.EventSetBase
An EventSetBase object that specifies the options.
- value
Type: System.Boolean
A Boolean value that specifies the value of the bit.