Database.SampleName 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 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