IDTSProject100.GetParameterVariable(Int32) 方法

定義

取得專案的參數變數。

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ GetParameterVariable(int Index);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 GetParameterVariable (int Index);
abstract member GetParameterVariable : int -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Public Function GetParameterVariable (Index As Integer) As IDTSVariable100

參數

Index
Int32

參數的索引。

傳回

IDTSVariable100

參數變數。

適用於