Свойство DeleteStatement.DeleteSpecification

Gets or sets the delete specification.

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

Синтаксис

'Декларация
Public Property DeleteSpecification As DeleteSpecification 
    Get 
    Set
'Применение
Dim instance As DeleteStatement 
Dim value As DeleteSpecification 

value = instance.DeleteSpecification

instance.DeleteSpecification = value
public DeleteSpecification DeleteSpecification { get; set; }
public:
property DeleteSpecification^ DeleteSpecification {
    DeleteSpecification^ get ();
    void set (DeleteSpecification^ value);
}
member DeleteSpecification : DeleteSpecification with get, set
function get DeleteSpecification () : DeleteSpecification 
function set DeleteSpecification (value : DeleteSpecification)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.DeleteSpecification
The delete specification.

См. также

Справочник

DeleteStatement Класс

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