IDTSPackage100.SQLFolder Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nom du dossier du package.
public:
property System::String ^ SQLFolder { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(79)]
public string SQLFolder { [System.Runtime.InteropServices.DispId(79)] get; [System.Runtime.InteropServices.DispId(79)] set; }
[<System.Runtime.InteropServices.DispId(79)>]
[<get: System.Runtime.InteropServices.DispId(79)>]
[<set: System.Runtime.InteropServices.DispId(79)>]
member this.SQLFolder : string with get, set
Public Property SQLFolder As String
Valeur de propriété
Nom du dossier du package.
- Attributs
Remarques
Cette interface est implémentée par les interfaces Package et PackageNeutral.