OlapConnectionInfo Members
This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.
The following tables list the members exposed by the OlapConnectionInfo type.
Public Constructors
名稱 | Description | |
---|---|---|
OlapConnectionInfo | Overloaded. Initializes a new instance of the SqlOlapConnectionInfoBase class. |
頂端
Public Properties
(see also Protected Properties )
名稱 | Description | |
---|---|---|
ApplicationName | ||
ConnectionString | Overridden. Gets the connection string. | |
ConnectionTimeout | Gets or sets the number of seconds before a connection times out. (inherited from SqlOlapConnectionInfoBase) | |
DatabaseName | Gets or sets the database with which the connection is established. (inherited from SqlOlapConnectionInfoBase) | |
EncryptConnection | ||
Password | Gets or sets the password used to establish a connection. (inherited from SqlOlapConnectionInfoBase) | |
QueryTimeout | Gets or sets the number of seconds before a query times out. (inherited from SqlOlapConnectionInfoBase) | |
SecurePassword | Gets or sets the secure password used to establish a connection. (inherited from SqlOlapConnectionInfoBase) | |
ServerCaseSensitivity | Gets or sets the server case sensitivity for the connection. (inherited from ConnectionInfoBase) | |
ServerName | Gets or sets the name of the instance of SQL Server. (inherited from SqlOlapConnectionInfoBase) | |
ServerType | Gets or sets the server connection type. (inherited from ConnectionInfoBase) | |
ServerVersion | Gets or sets the version information about the instance of SQL Server. (inherited from ConnectionInfoBase) | |
UseIntegratedSecurity | Gets or sets the Boolean property value that specifies whether the connection uses integrated security. (inherited from SqlOlapConnectionInfoBase) | |
UserName | Gets or sets the user that is connecting to the instance of SQL Server. (inherited from SqlOlapConnectionInfoBase) |
頂端
Protected Properties
名稱 | Description | |
---|---|---|
ConnectionStringInternal | Gets or sets the internal connection string. (inherited from SqlOlapConnectionInfoBase) | |
ConnectionTimeoutInternal | Gets or sets the internal connection timeout period in seconds. (inherited from SqlOlapConnectionInfoBase) | |
DatabaseNameInternal | Gets or sets the internal database name. (inherited from SqlOlapConnectionInfoBase) | |
IntegratedSecurityInternal | Gets or sets the Boolean property value that specifies whether the connection supports integrated security. (inherited from SqlOlapConnectionInfoBase) | |
QueryTimeoutInternal | Gets or sets the internal query timeout period in seconds. (inherited from SqlOlapConnectionInfoBase) | |
RebuildConnectionStringInternal | (inherited from SqlOlapConnectionInfoBase ) | |
ServerNameInternal | Gets or sets the internal name of the instance of SQL Server. (inherited from SqlOlapConnectionInfoBase) |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
Copy | ||
CreateConnectionObject | Overridden. Creates the connection object and returns the IDbConnection object value. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Returns the object as a string value. (inherited from SqlOlapConnectionInfoBase) |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
ConnectionParmsChanged | Changes the connection parameters. (inherited from SqlOlapConnectionInfoBase) | |
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
OlapConnectionInfo Class
Microsoft.SqlServer.Management.Common Namespace