Compartir a través de


Http Propiedad

Gets the HTTP protocol.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Http As HttpProtocol
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

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.