SsdlToDdlActivity.SsdlInput Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

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
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Ssdl")> _
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
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ssdl")]
public InArgument<string> SsdlInput { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"Ssdl")]
public:
property InArgument<String^>^ SsdlInput {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ssdl")>]
member SsdlInput : InArgument<string> with get, set
function get SsdlInput () : InArgument<String>
function set SsdlInput (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>

See Also

Reference

SsdlToDdlActivity Class

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