RSType.CreateClosedConnectionObject(UIConnectionInfo) Metodo

Definizione

Recupera un valore che crea un oggetto per chiudere la connessione.

public:
 virtual System::Data::IDbConnection ^ CreateClosedConnectionObject(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public System.Data.IDbConnection CreateClosedConnectionObject (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
abstract member CreateClosedConnectionObject : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> System.Data.IDbConnection
override this.CreateClosedConnectionObject : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> System.Data.IDbConnection
Public Function CreateClosedConnectionObject (ci As UIConnectionInfo) As IDbConnection

Parametri

ci
UIConnectionInfo

Informazioni di connessione.

Restituisce

IDbConnection

Valore che crea un oggetto per chiudere la connessione.

Implementazioni

Si applica a