Condividi tramite


Proprietà ServerGroup.ServerType

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

Spazio dei nomi  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ServerType As ServerType 
    Get 
    Friend Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

ServerGroup Classe

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers