Конструктор SfcTSqlExecutionEngine
Initializes a new instance of the SfcTSqlExecutionEngine class with the specified connection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
connection As ServerConnection _
)
'Применение
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
)
Параметры
- connection
Тип: Microsoft.SqlServer.Management.Common.ServerConnection
The connection of the server.