SetValue 方法
Sets the bit value at the specified index position.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Protected Sub SetValue ( _
options As EventSetBase, _
value As Boolean _
)
用法
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
)
参数
- options
类型:Microsoft.SqlServer.Management.Smo. . :: . .EventSetBase
An EventSetBase object that specifies the options.
- value
类型:System. . :: . .Boolean
A Boolean value that specifies the value of the bit.