Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.