HttpProtocol.HttpPortTypes 属性

Gets or sets the HTTP port type.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property HttpPortTypes As HttpPortTypes 
    Get 
    Set
用法
Dim instance As HttpProtocol 
Dim value As HttpPortTypes 

value = instance.HttpPortTypes

instance.HttpPortTypes = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public HttpPortTypes HttpPortTypes { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property HttpPortTypes HttpPortTypes {
    HttpPortTypes get ();
    void set (HttpPortTypes value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member HttpPortTypes : HttpPortTypes with get, set
function get HttpPortTypes () : HttpPortTypes 
function set HttpPortTypes (value : HttpPortTypes)

属性值

类型:Microsoft.SqlServer.Management.Smo.HttpPortTypes
An HttpPortTypes object value that specifies the HTTP port type.

示例

实现端点

请参阅

参考

HttpProtocol 类

Microsoft.SqlServer.Management.Smo 命名空间