다음을 통해 공유


ServerGroup.ServerType 속성

Gets or the type of server that is associated with the server group.

네임스페이스:  Microsoft.SqlServer.Management.RegisteredServers
어셈블리:  Microsoft.SqlServer.Management.RegisteredServers(Microsoft.SqlServer.Management.RegisteredServers.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ServerType As ServerType 
    Get 
    Friend Set
‘사용 방법
Dim instance As ServerGroup 
Dim value As ServerType 

value = instance.ServerType
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public ServerType ServerType { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property ServerType ServerType {
    ServerType get ();
    internal: void set (ServerType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member ServerType : ServerType with get, internal set
function get ServerType () : ServerType 
internal function set ServerType (value : ServerType)

속성 값

유형: Microsoft.SqlServer.Management.Common.ServerType
A ServerType value that specifies the type of server that is associated with the server group.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

ServerGroup 클래스

Microsoft.SqlServer.Management.RegisteredServers 네임스페이스