다음을 통해 공유


Parameters.Insert 메서드

Inserts a parameter object to the parameters collection with the specified index, name, and data type. Only project parameters can be inserted to the parameters collection.

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

구문

‘선언
Public MustOverride Sub Insert ( _
    index As Integer, _
    parameterName As String, _
    dataType As TypeCode _
)
‘사용 방법
Dim instance As Parameters 
Dim index As Integer 
Dim parameterName As String 
Dim dataType As TypeCode

instance.Insert(index, parameterName, _
    dataType)
public abstract void Insert(
    int index,
    string parameterName,
    TypeCode dataType
)
public:
virtual void Insert(
    int index, 
    String^ parameterName, 
    TypeCode dataType
) abstract
abstract Insert : 
        index:int * 
        parameterName:string * 
        dataType:TypeCode -> unit
public abstract function Insert(
    index : int, 
    parameterName : String, 
    dataType : TypeCode
)

매개 변수

  • index
    유형: System.Int32
    The location within the collection to insert to.

참고 항목

참조

Parameters 클래스

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