CreateConnectionObject 메서드
Creates the connection object and returns the IDbConnection object value.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Public MustOverride Function CreateConnectionObject As IDbConnection
‘사용 방법
Dim instance As SqlOlapConnectionInfoBase
Dim returnValue As IDbConnection
returnValue = instance.CreateConnectionObject()
public abstract IDbConnection CreateConnectionObject()
public:
virtual IDbConnection^ CreateConnectionObject() abstract
abstract CreateConnectionObject : unit -> IDbConnection
public abstract function CreateConnectionObject() : IDbConnection
반환 값
유형: System.Data. . :: . .IDbConnection
A IDbConnection value that specifies the connection object.