RaiseErrorStatement.OptionalParameters Property

Gets a list of optional parameters. Can be a string, a variable, an integer or a negative integer.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property OptionalParameters As IList(Of ScalarExpression)
    Get
'Usage
Dim instance As RaiseErrorStatement 
Dim value As IList(Of ScalarExpression)

value = instance.OptionalParameters
public IList<ScalarExpression> OptionalParameters { get; }
public:
property IList<ScalarExpression^>^ OptionalParameters {
    IList<ScalarExpression^>^ get ();
}
member OptionalParameters : IList<ScalarExpression>
function get OptionalParameters () : IList<ScalarExpression>

Property Value

Type: System.Collections.Generic.IList<ScalarExpression>
A list of optional parameters.

See Also

Reference

RaiseErrorStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace