ServerType Propiedad
Gets the Guid object value that specifies the type of server associated with the server group.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property ServerType As Guid
Get
'Uso
Dim instance As ServerGroup
Dim value As Guid
value = instance.ServerType
[SfcPropertyAttribute]
public Guid ServerType { get; }
[SfcPropertyAttribute]
public:
property Guid ServerType {
Guid get ();
}
[<SfcPropertyAttribute>]
member ServerType : Guid
function get ServerType () : Guid
Valor de la propiedad
Tipo: System. . :: . .Guid
A Guid system object value that specifies the type of server associated with the server group.