Proprietà ServerType
Gets the Guid object value that specifies the type of server associated with the server group.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property ServerType As Guid
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Guid
A Guid system object value that specifies the type of server associated with the server group.
Vedere anche