UpdateTextStatement.SourceParameter Property

Definition

This can come after source column if it is not null and be a binary or a variable. If the source column is null, it can be NULL, Ascii or Unicode string, binary or variable.

public Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression SourceParameter { get; set; }
member this.SourceParameter : Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression with get, set
Public Property SourceParameter As ValueExpression

Property Value

Applies to