Freigeben über


ServerGroup.ServerType-Eigenschaft

Gets the Guid object value that specifies the type of server associated with the server group.

Namespace:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property ServerType As Guid 
    Get
'Usage
Dim instance As ServerGroup 
Dim value As Guid 

value = instance.ServerType
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public Guid ServerType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property Guid ServerType {
    Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member ServerType : Guid
function get ServerType () : Guid

Eigenschaftswert

Typ: System.Guid
A Guid system object value that specifies the type of server associated with the server group.

Siehe auch

Verweis

ServerGroup Klasse

Microsoft.SqlServer.Management.Smo.RegisteredServers-Namespace

Andere Ressourcen

Verwalten registrierter Server

sp_ActiveDirectory_SCP (Transact-SQL)