Share via


SsdlToDdlActivity Members

Include Protected Members
Include Inherited Members

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

The SsdlToDdlActivity type exposes the following members.

Constructors

  Name Description
Public method SsdlToDdlActivity Creates a new instance of the SsdlToDdlActivity class.

Top

Methods

  Name Description
Protected method Abort (Inherited from NativeActivity.)
Protected method CacheMetadata Overloaded.
Protected method Cancel (Inherited from NativeActivity.)
Public method Equals (Inherited from Object.)
Protected method Execute Transforms a text template that is specified in the TemplatePath property by calling the Visual Studio STextTemplatingService. (Inherited from TemplateActivity.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnGetTemplateInputs Populates an IDictionary that is used to provide inputs to a text template. This method can be overridden in derived classes to provide custom inputs. These inputs are placed into CallContext for use by the text template. (Inherited from TemplateActivity.)
Protected method ProcessTemplate Processes a text template by using the STextTemplatingService in Visual Studio. (Inherited from TemplateActivity.)
Public method ShouldSerializeDisplayName (Inherited from Activity.)
Public method ToString (Inherited from Activity.)

Top

Properties

  Name Description
Protected property CacheId (Inherited from Activity.)
Protected property CanInduceIdle (Inherited from NativeActivity.)
Protected property Constraints (Inherited from Activity.)
Public property 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.
Public property DisplayName (Inherited from Activity.)
Public property 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.
Public property Id (Inherited from Activity.)
Protected property Implementation (Inherited from NativeActivity.)
Public property 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.
Protected property TemplateOutput The output of the template that is specified by the TemplatePath property. (Inherited from TemplateActivity.)
Public property TemplatePath The path of the text template being processed. (Inherited from TemplateActivity.)

Top

See Also

Reference

SsdlToDdlActivity Class

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