Méthode IDTSProjectPackage100.SetProject
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Sets the DTS project.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub SetProject ( _
pProject As IDTSProject100, _
bstrPackageLocation As String _
)
'Utilisation
Dim instance As IDTSProjectPackage100
Dim pProject As IDTSProject100
Dim bstrPackageLocation As String
instance.SetProject(pProject, bstrPackageLocation)
void SetProject(
IDTSProject100 pProject,
string bstrPackageLocation
)
void SetProject(
[InAttribute] IDTSProject100^ pProject,
[InAttribute] String^ bstrPackageLocation
)
abstract SetProject :
pProject:IDTSProject100 *
bstrPackageLocation:string -> unit
function SetProject(
pProject : IDTSProject100,
bstrPackageLocation : String
)
Paramètres
- pProject
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
The DTS project.
- bstrPackageLocation
Type : System.String
The location to the package items.