Udostępnij za pośrednictwem


RaiseErrorStatement.OptionalParameters Property

Gets a list of optional parameters.

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)
public IList<Expression> OptionalParameters { get; }
public:
property IList<Expression^>^ OptionalParameters {
    IList<Expression^>^ get ();
}
member OptionalParameters : IList<Expression>
function get OptionalParameters () : IList<Expression>

Property Value

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

Remarks

Value can be a string, a variable, an integer, or a negative integer.

.NET Framework Security

See Also

Reference

RaiseErrorStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace