共用方式為


ScriptNameObjectBase.GetIsSystemNamed 方法

Gets a Boolean value that specifies whether the system is named.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Protected Function GetIsSystemNamed As Boolean
'用途
Dim returnValue As Boolean 

returnValue = Me.GetIsSystemNamed()
protected bool GetIsSystemNamed()
protected:
bool GetIsSystemNamed()
member GetIsSystemNamed : unit -> bool
protected function GetIsSystemNamed() : boolean

傳回值

型別:System.Boolean
A Boolean value, True if the system is named.

請參閱

參考

ScriptNameObjectBase 類別

Microsoft.SqlServer.Management.Smo 命名空間