PackageNeutralClass.SetProject 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Sets the specified project.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Public Overridable Sub SetProject ( _
pProject As IDTSProject100, _
bstrPackageLocation As String _
)
‘사용 방법
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
)
매개 변수
- pProject
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
The project to set.
- bstrPackageLocation
유형: System.String
The location to the package items.
구현
IDTSProjectPackage100.SetProject(IDTSProject100, String)
주의
For more information, see Package.