HttpPortTypes 属性

Gets or sets the HTTP port type.

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

语法

声明
<SfcPropertyAttribute> _
Public Property HttpPortTypes As HttpPortTypes
    Get
    Set
用法
Dim instance As HttpProtocol
Dim value As HttpPortTypes

value = instance.HttpPortTypes

instance.HttpPortTypes = value
[SfcPropertyAttribute]
public HttpPortTypes HttpPortTypes { get; set; }
[SfcPropertyAttribute]
public:
property HttpPortTypes HttpPortTypes {
    HttpPortTypes get ();
    void set (HttpPortTypes value);
}
[<SfcPropertyAttribute>]
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.

示例

实现端点