ExecuteSql.GetDatabaseEngineType Method

Definition

Overloads

GetDatabaseEngineType()

return the DatabaseEngineType for the connection

GetDatabaseEngineType(Object)

return the database engine type for the server with the given connection

GetDatabaseEngineType()

return the DatabaseEngineType for the connection

public Microsoft.SqlServer.Management.Common.DatabaseEngineType GetDatabaseEngineType ();
member this.GetDatabaseEngineType : unit -> Microsoft.SqlServer.Management.Common.DatabaseEngineType
Public Function GetDatabaseEngineType () As DatabaseEngineType

Returns

Applies to

GetDatabaseEngineType(Object)

return the database engine type for the server with the given connection

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

Parameters

con
Object

Returns

Applies to