다음을 통해 공유


PackageItems.Insert 메서드

Insert a PackageItem object to the PackageItems collection with specified index, stream name, and package.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Sub Insert ( _
    index As Integer, _
    package As Package, _
    streamName As String _
)
‘사용 방법
Dim instance As PackageItems 
Dim index As Integer 
Dim package As Package 
Dim streamName As String

instance.Insert(index, package, streamName)
public void Insert(
    int index,
    Package package,
    string streamName
)
public:
void Insert(
    int index, 
    Package^ package, 
    String^ streamName
)
member Insert : 
        index:int * 
        package:Package * 
        streamName:string -> unit
public function Insert(
    index : int, 
    package : Package, 
    streamName : String
)

매개 변수

참고 항목

참조

PackageItems 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스