Classe ServerProtocol
The ServerProtocol class represents a network protocol installed on a server instance that allows communication with SQL Server clients over a network.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public NotInheritable Class ServerProtocol _
Inherits ProtocolBase
'Uso
Dim instance As ServerProtocol
public sealed class ServerProtocol : ProtocolBase
public ref class ServerProtocol sealed : public ProtocolBase
[<SealedAttribute>]
type ServerProtocol =
class
inherit ProtocolBase
end
public final class ServerProtocol extends ProtocolBase
Comentários
With the ServerProtocol class you can:
Modify the display name of the protocol.
Enable or disable the protocol.
View the IP addresses associated with the protocol.
Create a set of attributes for the protocol.
To get or set ServerProtocol object properties or run ServerProtocol methods, users must be a member of the sysadmin fixed server role.
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .WmiSmoObject
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ProtocolBase
Microsoft.SqlServer.Management.Smo.Wmi..::..ServerProtocol
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também