ISupportDatabaseEngineTypes.GetDatabaseEngineType(Object) Method

Definition

Get the DatabaseEngineType for the specified connection

public Microsoft.SqlServer.Management.Common.DatabaseEngineType GetDatabaseEngineType (object conn);
abstract member GetDatabaseEngineType : obj -> Microsoft.SqlServer.Management.Common.DatabaseEngineType
Public Function GetDatabaseEngineType (conn As Object) As DatabaseEngineType

Parameters

conn
Object

Connection object to get the engine type from

Returns

Applies to