PortsEndpointProtocolOption.PortTypes Property
Gets or sets port types.
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
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.Data.Schema.ScriptDom.Sql.PortTypes
Returns a PortTypes enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.