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.