ConnectionManagerOleDbClass.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 ConnectionManagerOleDbClass
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.