Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the second parameter. Can be a string or a variable.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SecondParameter As ValueExpression
Get
Set
'Usage
Dim instance As RaiseErrorLegacyStatement
Dim value As ValueExpression
value = instance.SecondParameter
instance.SecondParameter = value
public ValueExpression SecondParameter { get; set; }
public:
property ValueExpression^ SecondParameter {
ValueExpression^ get ();
void set (ValueExpression^ value);
}
member SecondParameter : ValueExpression with get, set
function get SecondParameter () : ValueExpression
function set SecondParameter (value : ValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The second parameter.