다음을 통해 공유


SSISLogLocation.LogPath Property

Definition

Gets or sets the SSIS package execution log path. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="logPath")]
public object LogPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="logPath")>]
member this.LogPath : obj with get, set
Public Property LogPath As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to