Compartir a través de


OlapConnectionInfo.CreateConnectionObject Método

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Creates an IDbConnection object for a connection to an instance of the Motor de base de datos de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public Overrides Function CreateConnectionObject As IDbConnection
'Uso
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

Valor devuelto

Tipo: System.Data.IDbConnection
An IDbConnection object for a connection to an instance of the Motor de base de datos de SQL Server.

Vea también

Referencia

OlapConnectionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Common