共用方式為


RecommendedActionImplementationInfo.Script Property

Definition

Gets the manual implementation script. e.g., T-SQL script that could be executed on the database.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to