SsdlToDdlActivity Class

A Windows Workflow activity that generates data definition language (DDL) based on store schema definition language (SSDL).This class inherits from TemplateActivity.

Namespace:  Microsoft.Data.Entity.Design.DatabaseGeneration.Activities
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Public NotInheritable Class SsdlToDdlActivity _
    Inherits TemplateActivity
'Usage
Dim instance As SsdlToDdlActivity
public sealed class SsdlToDdlActivity : TemplateActivity
public ref class SsdlToDdlActivity sealed : public TemplateActivity
public final class SsdlToDdlActivity extends TemplateActivity

Remarks

The SsdlToDdlActivity class uses classes in the Microsoft.Data.Entity.Design.VisualStudio.TextTemplating namespace to generate data definition language (DDL) that is based on a storage model by transforming a text template. (Storage models are described in store schema definition language, or SSDL.

The Generate Database Wizard uses a Windows Workflow that contains the SsdlToDdlActivity activity to generate DDL that is based on the provided SSDL.

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      Microsoft.Data.Entity.Design.VisualStudio.TextTemplating.TemplateActivity
        Microsoft.Data.Entity.Design.DatabaseGeneration.Activities.SsdlToDdlActivity

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

SsdlToDdlActivity Members

Microsoft.Data.Entity.Design.DatabaseGeneration.Activities Namespace

Other Resources

Windows Workflow Foundation