次の方法で共有


RecommendedActionImplementationInfo.Script プロパティ

定義

手動実装スクリプトを取得します。 たとえば、データベースで実行できる T-SQL スクリプトなどです。

[Newtonsoft.Json.JsonProperty(PropertyName="script")]
public string Script { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="script")>]
member this.Script : string
Public ReadOnly Property Script As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象