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.