Classe UIConnectionInfo
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. The UIConnectionInfo class represents the information set in a SQL Server Management Studio connection dialog, and the associated connection to an instance of the SQL Server Database Engine.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..UIConnectionInfo
Microsoft.SqlServer.Management.MultiServerConnection. . :: . .MultiServerSqlConnectionInfo
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Class UIConnectionInfo _
Implements IComparable(Of UIConnectionInfo)
'Uso
Dim instance As UIConnectionInfo
public class UIConnectionInfo : IComparable<UIConnectionInfo>
public ref class UIConnectionInfo : IComparable<UIConnectionInfo^>
type UIConnectionInfo =
class
interface IComparable<UIConnectionInfo>
end
public class UIConnectionInfo implements IComparable<UIConnectionInfo>
O tipo UIConnectionInfo expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
UIConnectionInfo() () () () | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a default UIConnectionInfo object for a SQL Server Management Studio connection dialog. | |
UIConnectionInfo(UIConnectionInfo) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new instance of the UIConnectionInfo class with the same properties as an existing UIConnectionInfo object and makes another connection to the associated server. | |
UIConnectionInfo(UIConnectionInfo, Boolean) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Initializes a new UIConnectionInfo object with the properties of an existing UIConnectionInfo object and makes another connection to the associated server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AdvancedOptions | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the advanced options set in a connection dialog. | |
ApplicationName | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets the name of the application in a connection dialog. | |
AuthenticationType | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a Int32 value that specifies whether the connection dialog should use SQL Server Authentication or Windows Authentication. | |
DisplayName | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a String value that specifies the display name of the connection. | |
EncryptedPassword | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets the encrypted password of the UIConnectionInfo. | |
Id | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the connection identifier. | |
Password | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a String value that specifies the login password for the connection when using SQL Server Authentication. | |
PersistPassword | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted. | |
ServerName | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a String value that specifies the name of the instance of the Database Engine for the connection. | |
ServerNameNoDot | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do 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). | |
ServerType | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a guid that identifies the type of server the connection uses. | |
ServerVersion | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection. | |
UserName | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets or sets a String value that specifies the login name for the connection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CompareTo | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Used to determine the sort order of the current UIConnectionInfo object in relation to another UIConnectionInfo object. | |
Copy | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Creates a new UIConnectionInfo object based on the properties of the current object. | |
Equals | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines whether the specified Object is equal to the current Object. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Returns the hash code for the specified type. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
LoadFromStream | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Loads a connection from the specified stream. | |
MemberwiseClone | (Herdado de Object.) | |
SaveToStream | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Persists connection info to the specified XML stream. | |
ToString | (Herdado de Object.) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality(Object, UIConnectionInfo) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines whether the specified Object is the same as the specified UIConnectionInfo object. | |
Equality(UIConnectionInfo, UIConnectionInfo) | Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines whether two specified UIConnectionInfo objects are the same. | |
Equality(UIConnectionInfo, Object) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines whether the specified UIConnectionInfo object is the same as the specified Object. | |
Inequality(Object, UIConnectionInfo) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines whether the specified Object is different than the specified UIConnectionInfo object. | |
Inequality(UIConnectionInfo, UIConnectionInfo) | Infraestrutura. Determines whether two UIConnectionInfo objects are different. | |
Inequality(UIConnectionInfo, Object) | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Determines whether the specified UIConnectionInfo object is different than the specified Object. |
Início
Campos
Nome | Descrição | |
---|---|---|
XmlAdvancedOptions | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XmlAuthenticationType | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XmlDisplayName | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XmlItemTypeAttribute | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XmlPassword | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XmlServerName | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XmlServerType | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XmlStart | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
XmlUserName | Infraestrutura. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.