Dela via


SqlSchemaDeploymentOptions.SerializationData Property

Gets the options that should be serialized.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overrides Property SerializationData As IDictionary(Of String, String)
public override IDictionary<string, string> SerializationData { get; set; }
public:
virtual property IDictionary<String^, String^>^ SerializationData {
    IDictionary<String^, String^>^ get () override;
    void set (IDictionary<String^, String^>^ value) override;
}
abstract SerializationData : IDictionary<string, string> with get, set
override SerializationData : IDictionary<string, string> with get, set
override function get SerializationData () : IDictionary<String, String>
override function set SerializationData (value : IDictionary<String, String>)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

Remarks

Sets the options in this class from a set of serialized options.

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace