SfcTSqlExecutor Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() ![]() | ExecuteNonQuery(ServerConnection^, String^) | Executes a query statement against the connection and returns the number of rows affected. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | ExecuteScalar(ServerConnection^, String^) | Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

