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 the parameter that will be converted.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Parameter As ScalarExpression
Get
Set
'Usage
Dim instance As TryConvertCall
Dim value As ScalarExpression
value = instance.Parameter
instance.Parameter = value
public ScalarExpression Parameter { get; set; }
public:
property ScalarExpression^ Parameter {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member Parameter : ScalarExpression with get, set
function get Parameter () : ScalarExpression
function set Parameter (value : ScalarExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The parameter that will be converted.