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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.