ConnectionStore.ConnectionInfo Property

Definition

Gets or sets the information about the connection of the ConnectionStore class.

public:
 property Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ ConnectionInfo { Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ get(); void set(Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ value); };
public Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase ConnectionInfo { get; set; }
member this.ConnectionInfo : Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase with get, set
Public Property ConnectionInfo As SqlOlapConnectionInfoBase

Property Value

Returns the assigned value of the ConnectionInfo.

Applies to