Share via


Protocol.Http-Eigenschaft

Gets the HTTP protocol.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Http As HttpProtocol 
    Get
'Usage
Dim instance As Protocol 
Dim value As HttpProtocol 

value = instance.Http
public HttpProtocol Http { get; }
public:
property HttpProtocol^ Http {
    HttpProtocol^ get ();
}
member Http : HttpProtocol
function get Http () : HttpProtocol

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.HttpProtocol
An HttpProtocol object that specifies the HTTP protocol.

Hinweise

To get Protocolobject properties, users can be a member of the public fixed server role.

To set Protocol object properties, users must be the owner of the endpoint, or have ALTER ANY ENDPOINT permission on the server, or be a member of the sysadmin fixed server role.

Beispiele

Implementieren von Endpunkten

Siehe auch

Verweis

Protocol Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

CREATE ENDPOINT (Transact-SQL)