Share via


CsdlToSsdlAndMslActivity.SsdlOutput Property

A Windows Workflow OutArgument<T> that specifies the store schema language definition (SSDL) generated from conceptual schema definition language (CSDL) in the CsdlInput property.

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

Syntax

'Declaration
Public Property SsdlOutput As OutArgument(Of String)
    Get
    Set
'Usage
Dim instance As CsdlToSsdlAndMslActivity
Dim value As OutArgument(Of String)

value = instance.SsdlOutput

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

Property Value

Type: System.Activities.OutArgument<String>
The store schema definition language (SSDL) generated from conceptual schema definition language (CSDL) in the CsdlInput property.

Permissions

See Also

Reference

CsdlToSsdlAndMslActivity Class

CsdlToSsdlAndMslActivity Members

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

Other Resources

Windows Workflow Foundation