SSISPackageLocation.PackagePath Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to