共用方式為


ExecuteSql 類別

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

繼承階層

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

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
<ComVisibleAttribute(False)> _
Public Class ExecuteSql
'用途
Dim instance As ExecuteSql
[ComVisibleAttribute(false)]
public class ExecuteSql
[ComVisibleAttribute(false)]
public ref class ExecuteSql
[<ComVisibleAttribute(false)>]
type ExecuteSql =  class end
public class ExecuteSql

ExecuteSql 型別公開下列成員。

建構函式

  名稱 說明
公用方法 ExecuteSql 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
公用方法 ExecuteImmediate(String) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法靜態成員 ExecuteImmediate(String, Object) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法靜態成員 ExecuteImmediateGetMessage Executes the sql for the given connection without returning results but capturing the messages. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 ExecuteWithResults(String) Executes a query and returns a DataTable with the specified results. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法靜態成員 ExecuteWithResults(StringCollection, Object) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法靜態成員 ExecuteWithResults(String, Object) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法靜態成員 ExecuteWithResults(StringCollection, Object, StatementBuilder) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetDatabaseEngineType() () () () 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法靜態成員 GetDatabaseEngineType(Object) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 GetDataReader(String) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a data reader to execute the specified Transact-SQL batch.
公用方法 GetDataReader(String, SqlCommand%) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 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 (繼承自 Object。)
公用方法 GetServerVersion() () () () 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法靜態成員 GetServerVersion(Object) Retrieves the server version for the server with the given connection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。