Share via


SsdlToDdlActivity.ExistingSsdlInput Property

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.

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

Syntax

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

value = instance.ExistingSsdlInput

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

Property Value

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

Remarks

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

Permissions

See Also

Reference

SsdlToDdlActivity Class

SsdlToDdlActivity Members

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

Other Resources

Windows Workflow Foundation