EventSetBase.SetValue Method
SQL Server 2005
Sets the bit value at the specified index position.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
protected void SetValue ( EventSetBase options, boolean value )
protected function SetValue ( options : EventSetBase, value : boolean )
Parameters
- options
An EventSetBase object that specifies the options.
- value
A Boolean value that specifies the value of the bit.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
