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 properties for Update.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property UpdateSpecification As UpdateSpecification
Get
Set
'Usage
Dim instance As UpdateStatement
Dim value As UpdateSpecification
value = instance.UpdateSpecification
instance.UpdateSpecification = value
public UpdateSpecification UpdateSpecification { get; set; }
public:
property UpdateSpecification^ UpdateSpecification {
UpdateSpecification^ get ();
void set (UpdateSpecification^ value);
}
member UpdateSpecification : UpdateSpecification with get, set
function get UpdateSpecification () : UpdateSpecification
function set UpdateSpecification (value : UpdateSpecification)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.UpdateSpecification
The properties for update.