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