ConnectionManagerItems.Add(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將連接管理員專案新增至 ConnectionManagerItems 的結尾
public:
Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ Add(System::String ^ creationName, System::String ^ streamName);
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem Add (string creationName, string streamName);
member this.Add : string * string -> Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
Public Function Add (creationName As String, streamName As String) As ConnectionManagerItem
參數
- creationName
- String
指定要加入之連接管理員的建立名稱。
- streamName
- String
提供連接管理員的資料流程名稱。
傳回
加入的連接管理員項目。