PortsEndpointProtocolOption.PortTypes-Eigenschaft

Ruft Anschlusstypen ab bzw. legt sie fest.

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

Syntax

'Declaration
Public Property PortTypes As PortTypes
    Get
    Set
public PortTypes PortTypes { get; set; }
public:
property PortTypes PortTypes {
    PortTypes get ();
    void set (PortTypes value);
}
member PortTypes : PortTypes with get, set
function get PortTypes () : PortTypes
function set PortTypes (value : PortTypes)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.PortTypes
Gibt einen PortTypes-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

PortsEndpointProtocolOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace