Partager via


Propriété ServerGroup.ServerType

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

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ServerType As ServerType 
    Get 
    Friend Set
'Utilisation
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)

Valeur de propriété

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

ServerGroup Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers