SchemaMigrationSetting.SchemaOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets option on how to migrate the schema Possible values include: 'None', 'ExtractFromSource', 'UseStorageFile'
[Newtonsoft.Json.JsonProperty(PropertyName="schemaOption")]
public string SchemaOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="schemaOption")>]
member this.SchemaOption : string with get, set
Public Property SchemaOption As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute