ExecuteSql Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.ExecuteSql
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Class ExecuteSql
'Usage
Dim instance As ExecuteSql
[ComVisibleAttribute(false)]
public class ExecuteSql
[ComVisibleAttribute(false)]
public ref class ExecuteSql
[<ComVisibleAttribute(false)>]
type ExecuteSql = class end
public class ExecuteSql
The ExecuteSql type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExecuteSql | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (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 | 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(StringCollection, Object) | 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, 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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.