Protocol.Http 속성

Gets the HTTP protocol.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property Http As HttpProtocol 
    Get
‘사용 방법
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

속성 값

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

주의

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.

끝점 구현

참고 항목

참조

Protocol 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE ENDPOINT(Transact-SQL)