Clase SqlStoreConnection
Represents a connection to an instance of SQL Server. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcConnection
Microsoft.SqlServer.Management.Sdk.Sfc..::..SqlStoreConnection
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Class SqlStoreConnection _
Inherits SfcConnection
'Uso
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
El tipo SqlStoreConnection expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
SqlStoreConnection | Initializes a new instance of the SqlStoreConnection class with the specified SQL connection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ConnectionType | Gets a value indicating whether the database server is part of a multi-server administration matrix. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .ConnectionType.) | |
ConnectTimeout | Gets or sets the timeout interval, in seconds. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .ConnectTimeout.) | |
IsForceDisconnected | Gets a value indicating whether the connection has been forcibly disconnected. (Se hereda de SfcConnection.) | |
IsOpen | Gets a value indicating whether the connection is currently open. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .IsOpen.) | |
ServerConnection | Gets the Server Connection for the SqlStoreConnection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
ServerInstance | Gets or sets the name of the server. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .ServerInstance.) | |
ServerVersion | Gets the version number of the connected server. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .ServerVersion.) | |
StatementTimeout | Gets or sets the number of seconds a statement is given to run before failing with a time-out error. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .StatementTimeout.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Connect | Attempts to connect to the server. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .Connect() () () ().) | |
Copy | Returns a copy of the server connection object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .Copy() () () ().) | |
Disconnect | Attempts to disconnect from the server. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .Disconnect() () () ().) | |
Equals(Object) | (Se hereda de Object.) | |
Equals(SfcConnection) | Determines whether the specified server connection is equal to the current SqlStoreConnection object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .Equals(SfcConnection).) | |
Finalize | (Se hereda de Object.) | |
ForceDisconnected | Enforces a server disconnect and ensures that connection cannot be re-opened again. (Se hereda de SfcConnection.) | |
GetHashCode | Returns the hash code for this instance. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida SfcConnection. . :: . .GetHashCode() () () ().) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToEnumeratorObject | Returns an enumerator object. (Invalida SfcConnection. . :: . .ToEnumeratorObject() () () ().) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.