SchemaDeploymentOptions.SerializationData Property
Gets or sets the XML serialized data for this object.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Property SerializationData As IDictionary(Of String, String)
public virtual IDictionary<string, string> SerializationData { get; set; }
public:
virtual property IDictionary<String^, String^>^ SerializationData {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
abstract SerializationData : IDictionary<string, string> with get, set
override SerializationData : IDictionary<string, string> with get, set
function get SerializationData () : IDictionary<String, String>
function set SerializationData (value : IDictionary<String, String>)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
A collection of named values for the options and their values.
.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.