IDTSParameters100.Add(String, UInt16) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將具有指定之名稱和資料類型的參數物件加入至參數集合中。
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSParameter100 ^ Add(System::String ^ bstrName, System::UInt16 usDataType);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100 Add (string bstrName, ushort usDataType);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string * uint16 -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
Public Function Add (bstrName As String, usDataType As UShort) As IDTSParameter100
參數
- bstrName
- String
參數名稱。
- usDataType
- UInt16
參數的資料類型。
傳回
新加入的參數物件。
- 屬性