SetVariableStatement public class SetVariableStatement : TSqlStatement Documentation public AssignmentKind AssignmentKind { get; set; } public CursorDefinition CursorDefinition { get; set; } public ScalarExpression Expression { get; set; } public bool FunctionCallExists { get; set; } public Identifier Identifier { get; set; } public IList<ScalarExpression> Parameters { get; } public SeparatorType SeparatorType { get; set; } public VariableReference Variable { get; set; } public SetVariableStatement()