Partilhar via


Propriedade do RDL UpdateStatement.UpdateSpecification

Gets or sets the properties for Update.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property UpdateSpecification As UpdateSpecification 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

UpdateStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom