共用方式為


IsLocal 屬性

Gets a Boolean value that indicates whether the registered server is local.

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

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property IsLocal As Boolean
    Get
'用途
Dim instance As RegisteredServersStore
Dim value As Boolean

value = instance.IsLocal
[SfcIgnoreAttribute]
public bool IsLocal { get; }
[SfcIgnoreAttribute]
public:
property bool IsLocal {
    bool get ();
}
[<SfcIgnoreAttribute>]
member IsLocal : bool
function get IsLocal () : boolean

屬性值

型別:System. . :: . .Boolean
A Boolean value that specifies whether the registered server is local.
If True, the registered server is local. Otherwise, False.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。