DatabaseUpdate.SampleName Property

Definition

Gets or sets the name of the sample schema to apply when creating this database. Possible values include: 'AdventureWorksLT', 'WideWorldImportersStd', 'WideWorldImportersFull'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sampleName")]
public string SampleName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sampleName")>]
member this.SampleName : string with get, set
Public Property SampleName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to