ExecuteSql 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 | |
|---|---|---|
![]() | ExecuteSql(Object^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExecuteImmediate(String^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | ExecuteImmediate(String^, Object^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | ExecuteImmediateGetMessage(String^, Object^) | Executes the sql for the given connection without returning results but capturing the messages. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | ExecuteWithResults(String^) | Executes a query and returns a DataTable with the specified results. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | ExecuteWithResults(String^, Object^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | ExecuteWithResults(StringCollection^, Object^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | ExecuteWithResults(StringCollection^, Object^, StatementBuilder^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetDatabaseEngineType() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | GetDatabaseEngineType(Object^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetDataReader(String^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a data reader to execute the specified Transact-SQL batch. |
![]() | GetDataReader(String^, SqlCommand^%) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a data reader to execute the specified Transact-SQL statements, and specifying a SqlCommand object that can be used to terminate a long-running query. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetServerVersion() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | GetServerVersion(Object^) | Retrieves the server version for the server with the given connection. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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.


