PackageClass.SQLFolder Property

Definition

Gets or sets the SQL folder for the package.

public:
 virtual property System::String ^ SQLFolder { System::String ^ get(); void set(System::String ^ value); };
public virtual string SQLFolder { get; set; }
member this.SQLFolder : string with get, set
Public Overridable Property SQLFolder As String

Property Value

The SQL folder for the package.

Implements

Remarks

For more information, see Package.

Applies to