Свойство UpdateStatement.UpdateSpecification

Gets or sets the properties for Update.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property UpdateSpecification As UpdateSpecification 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.UpdateSpecification
The properties for update.

См. также

Справочник

UpdateStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom