ServerGroup.IsSystemServerGroup 속성
Gets the Boolean value that specifies whether the server group is a system object.
네임스페이스: Microsoft.SqlServer.Management.RegisteredServers
어셈블리: Microsoft.SqlServer.Management.RegisteredServers(Microsoft.SqlServer.Management.RegisteredServers.dll)
구문
‘선언
<SfcIgnoreAttribute> _
Public ReadOnly Property IsSystemServerGroup As Boolean
Get
‘사용 방법
Dim instance As ServerGroup
Dim value As Boolean
value = instance.IsSystemServerGroup
[SfcIgnoreAttribute]
public bool IsSystemServerGroup { get; }
[SfcIgnoreAttribute]
public:
property bool IsSystemServerGroup {
bool get ();
}
[<SfcIgnoreAttribute>]
member IsSystemServerGroup : bool
function get IsSystemServerGroup () : boolean
속성 값
유형: System.Boolean
A Boolean value that specifies whether the object is a system object. If True, the object is a system object. Otherwise, False.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.