Share via


SsdlToDdlActivity.SsdlInput Property

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.

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

Syntax

'Declaration
Public Property SsdlInput As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As SsdlToDdlActivity
Dim value As InArgument(Of String)

value = instance.SsdlInput

instance.SsdlInput = value
public InArgument<string> SsdlInput { get; set; }
public:
property InArgument<String^>^ SsdlInput {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
function get SsdlInput () : InArgument<String>
function set SsdlInput (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>
The store schema definition language (SSDL) from which the data definition language (DDL) for creating new database objects is generated.

Remarks

The SSDL in the SsdlInput property is generated by the CsdlToSsdlAndMslActivity class. Statements for dropping database objects are generated based on the ExistingSsdlInput property.

Permissions

See Also

Reference

SsdlToDdlActivity Class

SsdlToDdlActivity Members

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

Other Resources

Windows Workflow Foundation