หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets a Boolean value that specifies whether the system is named.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function GetIsSystemNamed As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.GetIsSystemNamed()
protected bool GetIsSystemNamed()
protected:
bool GetIsSystemNamed()
member GetIsSystemNamed : unit -> bool
protected function GetIsSystemNamed() : boolean
Return Value
Type: System.Boolean
A Boolean value, True if the system is named.