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.