CreateConnectionObject 方法
This property supports the SMO infrastructure and is not intended to be used directly from your code.
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
Public Overrides Function CreateConnectionObject As IDbConnection
'用途
Dim instance As OlapConnectionInfo
Dim returnValue As IDbConnection
returnValue = instance.CreateConnectionObject()
public override IDbConnection CreateConnectionObject()
public:
virtual IDbConnection^ CreateConnectionObject() override
abstract CreateConnectionObject : unit -> IDbConnection
override CreateConnectionObject : unit -> IDbConnection
public override function CreateConnectionObject() : IDbConnection