共用方式為


SqlStoreConnection 類別

Represents a connection to an instance of SQL Server. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

繼承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcConnection
    Microsoft.SqlServer.Management.Sdk.Sfc..::..SqlStoreConnection

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

語法

'宣告
Public Class SqlStoreConnection _
    Inherits SfcConnection
'用途
Dim instance As SqlStoreConnection
public class SqlStoreConnection : SfcConnection
public ref class SqlStoreConnection : public SfcConnection
type SqlStoreConnection =  
    class
        inherit SfcConnection
    end
public class SqlStoreConnection extends SfcConnection

SqlStoreConnection 型別公開下列成員。

建構函式

  名稱 說明
公用方法 SqlStoreConnection Initializes a new instance of the SqlStoreConnection class with the specified SQL connection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層

屬性

  名稱 說明
公用屬性 ConnectionType Gets a value indicating whether the database server is part of a multi-server administration matrix. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .ConnectionType。)
公用屬性 ConnectTimeout Gets or sets the timeout interval, in seconds. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .ConnectTimeout。)
公用屬性 IsForceDisconnected Gets a value indicating whether the connection has been forcibly disconnected. (繼承自 SfcConnection。)
公用屬性 IsOpen Gets a value indicating whether the connection is currently open. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .IsOpen。)
公用屬性 ServerConnection Gets the Server Connection for the SqlStoreConnection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 ServerInstance Gets or sets the name of the server. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .ServerInstance。)
公用屬性 ServerVersion Gets the version number of the connected server. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .ServerVersion。)
公用屬性 StatementTimeout Gets or sets the number of seconds a statement is given to run before failing with a time-out error. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .StatementTimeout。)

上層

方法

  名稱 說明
公用方法 Connect Attempts to connect to the server. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .Connect() () () ()。)
公用方法 Copy Returns a copy of the server connection object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .Copy() () () ()。)
公用方法 Disconnect Attempts to disconnect from the server. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .Disconnect() () () ()。)
公用方法 Equals(Object) (繼承自 Object。)
公用方法 Equals(SfcConnection) Determines whether the specified server connection is equal to the current SqlStoreConnection object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .Equals(SfcConnection)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 ForceDisconnected Enforces a server disconnect and ensures that connection cannot be re-opened again. (繼承自 SfcConnection。)
公用方法 GetHashCode Returns the hash code for this instance. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 SfcConnection. . :: . .GetHashCode() () () ()。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToEnumeratorObject Returns an enumerator object. (覆寫 SfcConnection. . :: . .ToEnumeratorObject() () () ()。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

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