Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.