SsdlToDdlActivity Properties

Include Protected Members
Include Inherited Members

The SsdlToDdlActivity type exposes the following members.

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