IsLocal 속성
Gets the Boolean value that specifies whether the registered server is local or not.
네임스페이스: Microsoft.SqlServer.Management.RegisteredServers
어셈블리: Microsoft.SqlServer.Management.RegisteredServers(Microsoft.SqlServer.Management.RegisteredServers.dll)
구문
‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IsLocal As Boolean
Get
‘사용 방법
Dim instance As RegisteredServer
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 버전에서만 지원됩니다.