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.
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
'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);
}
public function get PortTypes () : PortTypes
public function set PortTypes (value : PortTypes)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.PortTypes
.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.
See Also
Reference
PortsEndpointProtocolOption Class