AlterCreateEndpointStatementBase.ProtocolOptions Property
Gets a list of protocol options for this endpoint.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property ProtocolOptions As IList(Of EndpointProtocolOption)
'Usage
Dim instance As AlterCreateEndpointStatementBase
Dim value As IList(Of EndpointProtocolOption)
value = instance.ProtocolOptions
public IList<EndpointProtocolOption> ProtocolOptions { get; }
public:
property IList<EndpointProtocolOption^>^ ProtocolOptions {
IList<EndpointProtocolOption^>^ get ();
}
public function get ProtocolOptions () : IList<EndpointProtocolOption>
Property Value
Type: System.Collections.Generic.IList<EndpointProtocolOption>
.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
AlterCreateEndpointStatementBase Class