Share via


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)
'Usage
Dim instance As RaiseErrorStatement 
Dim value As IList(Of Expression)

value = instance.OptionalParameters
public IList<Expression> OptionalParameters { get; }
public:
property IList<Expression^>^ OptionalParameters {
    IList<Expression^>^ get ();
}
public 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

RaiseErrorStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace