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.
Initializes a new instance of the SfcTSqlExecutionEngine class with the specified connection. 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
Public Sub New ( _
connection As ServerConnection _
)
'Usage
Dim connection As ServerConnection
Dim instance As New SfcTSqlExecutionEngine(connection)
public SfcTSqlExecutionEngine(
ServerConnection connection
)
public:
SfcTSqlExecutionEngine(
ServerConnection^ connection
)
new :
connection:ServerConnection -> SfcTSqlExecutionEngine
public function SfcTSqlExecutionEngine(
connection : ServerConnection
)
Parameters
- connection
Type: Microsoft.SqlServer.Management.Common.ServerConnection
The connection of the server.