Share via


ISql90HttpProtocolSpecifier.Ports Property

Gets or sets the HTTP port.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Ports As Sql90HttpPort
    Get
    Set
'Usage
Dim instance As ISql90HttpProtocolSpecifier
Dim value As Sql90HttpPort

value = instance.Ports

instance.Ports = value
Sql90HttpPort Ports { get; set; }
property Sql90HttpPort Ports {
    Sql90HttpPort get ();
    void set (Sql90HttpPort value);
}
function get Ports () : Sql90HttpPort
function set Ports (value : Sql90HttpPort)
abstract Ports : Sql90HttpPort with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql90HttpPort
Returns a Sql90HttpPort enumeration value.

.NET Framework Security

See Also

Reference

ISql90HttpProtocolSpecifier Interface

ISql90HttpProtocolSpecifier Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace