Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the database engine type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function GetDatabaseEngineType ( _
conn As Object _
) As DatabaseEngineType
'Usage
Dim instance As ISupportDatabaseEngineTypes
Dim conn As Object
Dim returnValue As DatabaseEngineType
returnValue = instance.GetDatabaseEngineType(conn)
DatabaseEngineType GetDatabaseEngineType(
Object conn
)
DatabaseEngineType GetDatabaseEngineType(
Object^ conn
)
abstract GetDatabaseEngineType :
conn:Object -> DatabaseEngineType
function GetDatabaseEngineType(
conn : Object
) : DatabaseEngineType
Parameters
- conn
Type: System.Object
A Object connection.
Return Value
Type: Microsoft.SqlServer.Management.Common.DatabaseEngineType
A DatabaseEngineType object.