Share via


DeleteStatement.DeleteSpecification Property

Gets or sets the delete specification.

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

Syntax

'Declaration
Public Property DeleteSpecification As DeleteSpecification 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.DeleteSpecification
The delete specification.

See Also

Reference

DeleteStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace