CsdlToSsdlAndMslActivity.MslOutputGeneratorType Property

The assembly-qualified name of the type used to generate mapping specification language (MSL) from the 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 MslOutputGeneratorType As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As CsdlToSsdlAndMslActivity
Dim value As InArgument(Of String)

value = instance.MslOutputGeneratorType

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

Property Value

Type: System.Activities.InArgument<String>
The assembly-qualified name of the output generator type used to generate mapping specification language (MSL) from the conceptual schema definition language (CSDL) in the CsdlInput property.

Remarks

This must be an assembly-qualified type name. The assembly containing this type must be discoverable by Visual Studio or referenced by the project in order for the Generate Database Wizard to find this type.

Permissions

See Also

Reference

CsdlToSsdlAndMslActivity Class

CsdlToSsdlAndMslActivity Members

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

Other Resources

Windows Workflow Foundation