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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。