ExecuteSql Class

 

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)

System::Object
  Microsoft.SqlServer.Management.Sdk.Sfc::ExecuteSql

[ComVisibleAttribute(false)]
public ref class ExecuteSql 

NameDescription
System_CAPS_pubmethodExecuteSql(Object^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExecuteImmediate(String^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticExecuteImmediate(String^, Object^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticExecuteImmediateGetMessage(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.

System_CAPS_pubmethodExecuteWithResults(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.

System_CAPS_pubmethodSystem_CAPS_staticExecuteWithResults(String^, Object^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticExecuteWithResults(StringCollection^, Object^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticExecuteWithResults(StringCollection^, Object^, StatementBuilder^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDatabaseEngineType()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticGetDatabaseEngineType(Object^)

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodGetDataReader(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.

System_CAPS_pubmethodGetDataReader(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.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetServerVersion()

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

System_CAPS_pubmethodSystem_CAPS_staticGetServerVersion(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.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: