ISql90HttpProtocolSpecifier.SslPort-Eigenschaft

Ruft einen Wert ab, der die SSL_PORT-Option modelliert, oder legt den Wert fest.

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

Syntax

'Declaration
Property SslPort As Integer
    Get
    Set
int SslPort { get; set; }
property int SslPort {
    int get ();
    void set (int value);
}
abstract SslPort : int with get, set
function get SslPort () : int
function set SslPort (value : int)

Eigenschaftswert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90HttpProtocolSpecifier Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace