RaiseErrorStatement.OptionalParameters-Eigenschaft

Ruft eine Liste mit optionalen Parametern 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 OptionalParameters As IList(Of Expression)
    Get
public IList<Expression> OptionalParameters { get; }
public:
property IList<Expression^>^ OptionalParameters {
    IList<Expression^>^ get ();
}
member OptionalParameters : IList<Expression>
function get OptionalParameters () : IList<Expression>

Eigenschaftswert

Typ: System.Collections.Generic.IList<Expression>

Hinweise

Wert kann eine Zeichenfolge, eine Variable, eine ganze Zahl oder eine negative ganze Zahl sein.

.NET Framework-Sicherheit

Siehe auch

Referenz

RaiseErrorStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace