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.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes an instance of the Microsoft.SqlServer.Management.Sdk.Sfc.SqlEnumResult class with the specified statement builder object, result type, and Database Engine type.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
ob As Object, _
resultType As ResultType, _
databaseEngineType As DatabaseEngineType _
)
'Usage
Dim ob As Object
Dim resultType As ResultType
Dim databaseEngineType As DatabaseEngineType
Dim instance As New SqlEnumResult(ob, resultType, _
databaseEngineType)
public SqlEnumResult(
Object ob,
ResultType resultType,
DatabaseEngineType databaseEngineType
)
public:
SqlEnumResult(
Object^ ob,
ResultType resultType,
DatabaseEngineType databaseEngineType
)
new :
ob:Object *
resultType:ResultType *
databaseEngineType:DatabaseEngineType -> SqlEnumResult
public function SqlEnumResult(
ob : Object,
resultType : ResultType,
databaseEngineType : DatabaseEngineType
)
Parameters
- ob
Type: System.Object
A T:System.Object that specifies a statement builder.
- resultType
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
A T:Microsoft.SqlServer.Management.Sdk.Sfc.ResultType value that specifies a result type.
- databaseEngineType
Type: Microsoft.SqlServer.Management.Common.DatabaseEngineType
A Microsoft.SqlServer.Management.Common.DatabaseEngineType value that specifies the type of Database Engine.