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.