MergeToAction Class

Represents merge to action.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Class MergeToAction _
    Inherits ModelTranslatorAction
'Usage
Dim instance As MergeToAction
public class MergeToAction : ModelTranslatorAction
public ref class MergeToAction : public ModelTranslatorAction
public class MergeToAction extends ModelTranslatorAction
type MergeToAction =  
    class
        inherit ModelTranslatorAction
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelTranslatorAction
    Microsoft.Data.Schema.SchemaModel.MergeToAction

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.

See Also

Reference

MergeToAction Members

Microsoft.Data.Schema.SchemaModel Namespace