Partager via


Propriété HttpProtocol.HttpPortTypes

Gets or sets the HTTP port type.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property HttpPortTypes As HttpPortTypes 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Exemples

Implémentation de points de terminaison

Voir aussi

Référence

HttpProtocol Classe

Espace de noms Microsoft.SqlServer.Management.Smo