ScriptNameObjectBase.SetIsSystemNamed 메서드
Sets a Boolean value that specifies whether the system is named.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Sub SetIsSystemNamed ( _
flag As Boolean _
)
‘사용 방법
Dim flag As Boolean
Me.SetIsSystemNamed(flag)
protected void SetIsSystemNamed(
bool flag
)
protected:
void SetIsSystemNamed(
bool flag
)
member SetIsSystemNamed :
flag:bool -> unit
protected function SetIsSystemNamed(
flag : boolean
)
매개 변수
- flag
유형: System.Boolean
A Boolean value that specifies whether the system is named, True if named.