Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.PortTypes
The port types.