Propriedade ISql90HttpProtocolSpecifier.ClearPort

Obtém ou define um valor que modela a opção CLEAR_PORT.

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

Sintaxe

'Declaração
Property ClearPort As Integer
    Get
    Set
int ClearPort { get; set; }
property int ClearPort {
    int get ();
    void set (int value);
}
abstract ClearPort : int with get, set
function get ClearPort () : int
function set ClearPort (value : int)

Valor de propriedade

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISql90HttpProtocolSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel