AlterCreateEndpointStatementBase.ProtocolOptions-Eigenschaft
Ruft eine Liste mit Protokolloptionen für diesen Endpunkt ab.
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)
Get
public IList<EndpointProtocolOption> ProtocolOptions { get; }
public:
property IList<EndpointProtocolOption^>^ ProtocolOptions {
IList<EndpointProtocolOption^>^ get ();
}
member ProtocolOptions : IList<EndpointProtocolOption>
function get ProtocolOptions () : IList<EndpointProtocolOption>
Eigenschaftswert
Typ: System.Collections.Generic.IList<EndpointProtocolOption>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.