CsdlToSsdlAndMslActivity.SsdlOutput 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 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
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Ssdl")> _
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
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ssdl")]
public OutArgument<string> SsdlOutput { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"Ssdl")]
public:
property OutArgument<String^>^ SsdlOutput {
OutArgument<String^>^ get ();
void set (OutArgument<String^>^ value);
}
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ssdl")>]
member SsdlOutput : OutArgument<string> with get, set
function get SsdlOutput () : OutArgument<String>
function set SsdlOutput (value : OutArgument<String>)
Property Value
Type: System.Activities.OutArgument<String>
See Also
Reference
CsdlToSsdlAndMslActivity Class
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities Namespace