SsdlToDdlActivity Class

 

SsdlToDdlActivity that allows the transformation of SSDL to DDL using a TemplateActivity. NOTE that this class should avoid any dependencies on any instance types (especially types instantiated by the Entity Designer) in the Microsoft.Data.Entity.Design.* namespace except for Microsoft.Data.Entity.Design.CreateDatabase. This class exists in this project because of VS dependencies.

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

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

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Ssdl")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Ddl")]
public sealed class SsdlToDdlActivity : TemplateActivity

NameDescription
System_CAPS_pubmethodSsdlToDdlActivity()

Initializes a new instance of the SsdlToDdlActivity class.

NameDescription
System_CAPS_protpropertyCacheId

(Inherited from Activity.)

System_CAPS_pubpropertyDdlOutput

A Windows Workflow OutArgument<T> that specifies the data definition language (DDL) that is generated from the store schema definition language (SSDL) in the SsdlInput and ExistingSsdlInput properties.

System_CAPS_pubpropertyDisplayName

(Inherited from Activity.)

System_CAPS_pubpropertyExistingSsdlInput

A Windows Workflow InArgument<T> that specifies the existing store schema definition language (SSDL) from which the data definition language (DDL) for dropping existing database objects is generated.

System_CAPS_pubpropertyId

(Inherited from Activity.)

System_CAPS_protpropertyImplementationVersion

(Inherited from NativeActivity.)

System_CAPS_pubpropertySsdlInput

A Windows Workflow InArgument<T> that specifies the store schema definition language (SSDL) from which the data definition language (DDL) for creating new database objects is generated.

System_CAPS_pubpropertyTemplatePath

The path of the text template being processed.(Inherited from TemplateActivity.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodShouldSerializeDisplayName()

(Inherited from Activity.)

System_CAPS_pubmethodToString()

(Inherited from Activity.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.