ServerGroup.ServerType Property

Definition

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

public:
 property Guid ServerType { Guid get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.SqlAzureDatabase | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)]
public Guid ServerType { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.SqlAzureDatabase | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)>]
member this.ServerType : Guid
Public ReadOnly Property ServerType As Guid

Property Value

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

Attributes

Applies to