Compartilhar via


Propriedade do RDL RegisteredServer.ServerType

Gets or the kind of server that is associated with the registered server.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public ReadOnly Property ServerType As ServerType 
    Get
'Uso
Dim instance As RegisteredServer 
Dim value As ServerType 

value = instance.ServerType
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public ServerType ServerType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property ServerType ServerType {
    ServerType get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member ServerType : ServerType
function get ServerType () : ServerType

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Common.ServerType
A ServerType value that specifies the kind of server that is associated with the registered server.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

RegisteredServer Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers