RSType.CreateClosedConnectionObject(UIConnectionInfo) Methode

Definition

Ruft einen Wert ab, der ein Objekt zum Schließen der Verbindung erstellt.

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

Parameter

ci
UIConnectionInfo

Die Verbindungsinformationen.

Gibt zurück

Ein Wert, der ein Objekt erstellt, das die Verbindung schließt.

Implementiert

Gilt für: