Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the port types.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property PortTypes As PortTypes
Get
Set
'Usage
Dim instance As PortsEndpointProtocolOption
Dim value As PortTypes
value = instance.PortTypes
instance.PortTypes = value
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.SqlServer.TransactSql.ScriptDom.PortTypes
The port types.