次の方法で共有


AzureWorkloadSQLRestoreRequest.ShouldUseAlternateTargetLocation プロパティ

定義

既定のオプションを true に設定する値を取得または設定します。 これが false に設定されている場合は、代替データ ディレクトリを指定する必要があります

[Newtonsoft.Json.JsonProperty(PropertyName="shouldUseAlternateTargetLocation")]
public bool? ShouldUseAlternateTargetLocation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="shouldUseAlternateTargetLocation")>]
member this.ShouldUseAlternateTargetLocation : Nullable<bool> with get, set
Public Property ShouldUseAlternateTargetLocation As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象