UpdateTextStatement.SourceParameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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