削除の指定を取得または設定します。
名前空間: 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
削除の指定。