次の方法で共有


DatabaseUpdate.SampleName プロパティ

定義

このデータベースの作成時に適用するサンプル スキーマの名前を取得または設定します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象