MultiServerSqlConnectionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains SQL Server connection information that is used by Transact-SQL query editors.
public ref class MultiServerSqlConnectionInfo : Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo
public class MultiServerSqlConnectionInfo : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
type MultiServerSqlConnectionInfo = class
inherit UIConnectionInfo
Public Class MultiServerSqlConnectionInfo
Inherits UIConnectionInfo
- Inheritance
Constructors
MultiServerSqlConnectionInfo() |
Initializes a new instance of the MultiServerSqlConnectionInfo class. |
MultiServerSqlConnectionInfo(UIConnectionInfo) |
Initializes a new instance of the MultiServerSqlConnectionInfo class with the specified connection information. |
Fields
XmlAdvancedOptions |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from UIConnectionInfo) |
XmlAuthenticationType |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from UIConnectionInfo) |
XmlDisplayName |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from UIConnectionInfo) |
XmlItemTypeAttribute |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from UIConnectionInfo) |
XmlPassword |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from UIConnectionInfo) |
XmlServerName |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from UIConnectionInfo) |
XmlServerType |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from UIConnectionInfo) |
XmlStart |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from UIConnectionInfo) |
XmlUserName |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from UIConnectionInfo) |
Properties
AdvancedOptions |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the advanced options set in a connection dialog. (Inherited from UIConnectionInfo) |
ApplicationName |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the name of the application in a connection dialog. (Inherited from UIConnectionInfo) |
AuthenticationType |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a Int32 value that specifies whether the connection dialog should use SQL Server Authentication or Windows Authentication. (Inherited from UIConnectionInfo) |
ConnectionProtocolString |
Specifies the name of the network protocol to use for the connection. |
ConnectionTimeout |
Gets or sets the connection timeout interval to the server, in seconds. |
DefaultDatabaseName |
Gets or sets the name of the database to connect to by default. |
DisplayName |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a String value that specifies the display name of the connection. (Inherited from UIConnectionInfo) |
EncryptConnection |
Gets or sets a value specifying whether the connection will be encrypted. |
EncryptedPassword |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the encrypted password of the UIConnectionInfo. (Inherited from UIConnectionInfo) |
ExecutionTimeout |
Gets or sets the execution timeout interval for a Transact-SQL batch, in seconds. |
Id |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the connection identifier. (Inherited from UIConnectionInfo) |
NetworkProtocol |
Specifies the type of network protocol that will be used by the connection. |
OtherParams |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the other parameters for the connection. (Inherited from UIConnectionInfo) |
PacketSize |
Gets or sets size, in bytes, of the TCP packets used by the connection. |
Password |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a String value that specifies the login password for the connection when using SQL Server Authentication. (Inherited from UIConnectionInfo) |
PersistPassword |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted. (Inherited from UIConnectionInfo) |
ServerName |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a String value that specifies the name of the instance of the Database Engine for the connection. (Inherited from UIConnectionInfo) |
ServerNameNoDot |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. 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). (Inherited from UIConnectionInfo) |
ServerType |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a guid that identifies the type of server the connection uses. (Inherited from UIConnectionInfo) |
ServerVersion |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection. (Inherited from UIConnectionInfo) |
UserName |
Gets or sets the name of the login to use when connecting. |
UseWindowsAuthentication |
Gets or sets a value indicating whether Windows Integrated Security Authentication will be used. |
WorkstationId |
Gets or sets the name of the client machine submitting the Transact-SQL batch. |
Methods
CompareTo(UIConnectionInfo) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Used to determine the sort order of the current UIConnectionInfo object in relation to another UIConnectionInfo object. (Inherited from UIConnectionInfo) |
Copy() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Creates a new UIConnectionInfo object based on the properties of the current object. (Inherited from UIConnectionInfo) |
CreateSqlConnection() |
Creates a connection to the server. |
Equals(Object) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether the specified Object is equal to the current Object. (Inherited from UIConnectionInfo) |
GetHashCode() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns the hash code for the specified type. (Inherited from UIConnectionInfo) |
SaveToStream(XmlWriter, Boolean) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Persists connection info to the specified XML stream. (Inherited from UIConnectionInfo) |