Compartir a través de


ServerGroup.ServerType Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ServerType As ServerType 
    Get 
    Friend Set
'Uso
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)

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Vea también

Referencia

ServerGroup Clase

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers