Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.