共用方式為


ConnectionManagerAdoNetClass.GetConnectionForSchema 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the connection for the schema.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Overridable Function GetConnectionForSchema As Object
'用途
Dim instance As ConnectionManagerAdoNetClass 
Dim returnValue As Object 

returnValue = instance.GetConnectionForSchema()
public virtual Object GetConnectionForSchema()
public:
virtual Object^ GetConnectionForSchema()
abstract GetConnectionForSchema : unit -> Object  
override GetConnectionForSchema : unit -> Object
public function GetConnectionForSchema() : Object

傳回值

型別:System.Object
The connection for the schema.

實作

IDTSConnectionManagerDatabaseParameters100.GetConnectionForSchema()

備註

For more information, see ConnectionManager.

請參閱

參考

ConnectionManagerAdoNetClass 類別

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間