Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Sets the specified project.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub SetProject ( _
pProject As IDTSProject100, _
bstrPackageLocation As String _
)
'Usage
Dim instance As PackageNeutralClass
Dim pProject As IDTSProject100
Dim bstrPackageLocation As String
instance.SetProject(pProject, bstrPackageLocation)
public virtual void SetProject(
IDTSProject100 pProject,
string bstrPackageLocation
)
public:
virtual void SetProject(
[InAttribute] IDTSProject100^ pProject,
[InAttribute] String^ bstrPackageLocation
)
abstract SetProject :
pProject:IDTSProject100 *
bstrPackageLocation:string -> unit
override SetProject :
pProject:IDTSProject100 *
bstrPackageLocation:string -> unit
public function SetProject(
pProject : IDTSProject100,
bstrPackageLocation : String
)
Parameter
- pProject
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
The project to set.
- bstrPackageLocation
Typ: System.String
The location to the package items.
Implementiert
IDTSProjectPackage100.SetProject(IDTSProject100, String)
Hinweise
For more information, see Package.