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.
Represents the delete merge action.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DeleteMergeAction _
Inherits MergeAction
'Usage
Dim instance As DeleteMergeAction
[SerializableAttribute]
public class DeleteMergeAction : MergeAction
[SerializableAttribute]
public ref class DeleteMergeAction : public MergeAction
public class DeleteMergeAction extends MergeAction
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.MergeAction
Microsoft.Data.Schema.ScriptDom.Sql.DeleteMergeAction
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.