Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.