ServerType propriété
Gets the Guid object value that specifies the type of server associated with the server group.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property ServerType As Guid
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Guid
A Guid system object value that specifies the type of server associated with the server group.
Voir aussi