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.
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Data.Entity.Design.VisualStudio.TextTemplating.TemplateActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities.SsdlToDdlActivity
Name | Description | |
---|---|---|
![]() | SsdlToDdlActivity() | Initializes a new instance of the SsdlToDdlActivity class. |
Name | Description | |
---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | DdlOutput | 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. |
![]() | DisplayName | (Inherited from Activity.) |
![]() | ExistingSsdlInput | 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. |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from NativeActivity.) |
![]() | SsdlInput | 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. |
![]() | TemplatePath | The path of the text template being processed.(Inherited from TemplateActivity.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ShouldSerializeDisplayName() | (Inherited from Activity.) |
![]() | ToString() | (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.