HttpProtocol.HttpPortTypes プロパティ

HTTP ポートの種類を取得します。値の設定も可能です。

名前空間:  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
HTTP ポートの種類を示す HttpPortTypes オブジェクト値。

使用例

エンドポイントの実装

関連項目

参照

HttpProtocol クラス

Microsoft.SqlServer.Management.Smo 名前空間