ServerType propriété
Gets or the type of server that is associated with the server group.
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (dans Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ServerType As ServerType
Get
Friend Set
'Utilisation
Dim instance As ServerGroup
Dim value As ServerType
value = instance.ServerType
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public ServerType ServerType { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property ServerType ServerType {
ServerType get ();
internal: void set (ServerType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member ServerType : ServerType with get, internal set
function get ServerType () : ServerType
internal function set ServerType (value : ServerType)
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Common. . :: . .ServerType
A ServerType value that specifies the type of server that is associated with the server group.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.