ModelTranslatorAction Class
Represents a model translator action.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustInherit Class ModelTranslatorAction
'Usage
Dim instance As ModelTranslatorAction
public abstract class ModelTranslatorAction
public ref class ModelTranslatorAction abstract
public abstract class ModelTranslatorAction
[<AbstractClassAttribute>]
type ModelTranslatorAction = class end
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.SchemaModel.ModelTranslatorAction
Microsoft.Data.Schema.SchemaModel.DemoteToAction
Microsoft.Data.Schema.SchemaModel.DepricateAction
Microsoft.Data.Schema.SchemaModel.MergeToAction
Microsoft.Data.Schema.SchemaModel.PromoteToAction
Microsoft.Data.Schema.SchemaModel.SplitToAction
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.