IDTSProject100.GetParameterVariableByName(String) 方法

定义

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSVariable100 ^ GetParameterVariableByName(System::String ^ bstrName);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSVariable100 GetParameterVariableByName (string bstrName);
Public Function GetParameterVariableByName (bstrName As String) As IDTSVariable100

参数

bstrName
String

返回

IDTSVariable100

适用于