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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间