Partager via


Propriété UpdateStatement.UpdateSpecification

Gets or sets the properties for Update.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property UpdateSpecification As UpdateSpecification 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.UpdateSpecification
The properties for update.

Voir aussi

Référence

UpdateStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom