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.