Compartir a través de


Clase MultiServerSqlConnectionInfo

Contains SQL Server connection information that is used by Transact-SQL query editors.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionInfo
    Microsoft.SqlServer.Management.MultiServerConnection..::..MultiServerSqlConnectionInfo

Espacio de nombres:  Microsoft.SqlServer.Management.MultiServerConnection
Ensamblado:  Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintaxis

'Declaración
Public Class MultiServerSqlConnectionInfo _
    Inherits UIConnectionInfo
'Uso
Dim instance As MultiServerSqlConnectionInfo
public class MultiServerSqlConnectionInfo : UIConnectionInfo
public ref class MultiServerSqlConnectionInfo : public UIConnectionInfo
type MultiServerSqlConnectionInfo =  
    class
        inherit UIConnectionInfo
    end
public class MultiServerSqlConnectionInfo extends UIConnectionInfo

El tipo MultiServerSqlConnectionInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MultiServerSqlConnectionInfo() () () () Initializes a new instance of the MultiServerSqlConnectionInfo class.
Método público MultiServerSqlConnectionInfo(UIConnectionInfo) Initializes a new instance of the MultiServerSqlConnectionInfo class with the specified connection information.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AdvancedOptions Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the advanced options set in a connection dialog. (Se hereda de UIConnectionInfo.)
Propiedad pública ApplicationName Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets the name of the application in a connection dialog. (Se hereda de UIConnectionInfo.)
Propiedad pública AuthenticationType Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a Int32 value that specifies whether the connection dialog should use SQL Server Authentication or Windows Authentication. (Se hereda de UIConnectionInfo.)
Propiedad pública ConnectionProtocolString Specifies the name of the network protocol to use for the connection.
Propiedad pública ConnectionTimeout Gets or sets the connection timeout interval to the server, in seconds.
Propiedad pública DefaultDatabaseName Gets or sets the name of the database to connect to by default.
Propiedad pública DisplayName Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a String value that specifies the display name of the connection. (Se hereda de UIConnectionInfo.)
Propiedad pública EncryptConnection Gets or sets a value specifying whether the connection will be encrypted.
Propiedad pública EncryptedPassword Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets the encrypted password of the UIConnectionInfo. (Se hereda de UIConnectionInfo.)
Propiedad pública ExecutionTimeout Gets or sets the execution timeout interval for a Transact-SQL batch, in seconds.
Propiedad pública Id Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the connection identifier. (Se hereda de UIConnectionInfo.)
Propiedad pública NetworkProtocol Specifies the type of network protocol that will be used by the connection.
Propiedad pública PacketSize Gets or sets size, in bytes, of the TCP packets used by the connection.
Propiedad pública Password Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a String value that specifies the login password for the connection when using SQL Server Authentication. (Se hereda de UIConnectionInfo.)
Propiedad pública PersistPassword Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted. (Se hereda de UIConnectionInfo.)
Propiedad pública ServerName Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a String value that specifies the name of the instance of the Database Engine for the connection. (Se hereda de UIConnectionInfo.)
Propiedad pública ServerNameNoDot Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets a String value that specifies the name of the instance of the Database Engine for the connection. If only a period (.) was specified in the dialog, ServerNameNoDot returns (local). (Se hereda de UIConnectionInfo.)
Propiedad pública ServerType Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a guid that identifies the type of server the connection uses. (Se hereda de UIConnectionInfo.)
Propiedad pública ServerVersion Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection. (Se hereda de UIConnectionInfo.)
Propiedad pública UserName Gets or sets the name of the login to use when connecting. (Invalida UIConnectionInfo. . :: . .UserName.)
Propiedad pública UseWindowsAuthentication Gets or sets a value indicating whether Windows Integrated Security Authentication will be used.
Propiedad pública WorkstationId Gets or sets the name of the client machine submitting the Transact-SQL batch.

Arriba

Métodos

  Nombre Descripción
Método público CompareTo Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Used to determine the sort order of the current UIConnectionInfo object in relation to another UIConnectionInfo object. (Se hereda de UIConnectionInfo.)
Método público Copy Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Creates a new UIConnectionInfo object based on the properties of the current object. (Se hereda de UIConnectionInfo.)
Método público CreateSqlConnection Creates a connection to the server.
Método público Equals Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Determines whether the specified Object is equal to the current Object. (Se hereda de UIConnectionInfo.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns the hash code for the specified type. (Se hereda de UIConnectionInfo.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público SaveToStream Infraestructura. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Persists connection info to the specified XML stream. (Se hereda de UIConnectionInfo.)
Método público 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.