INodeContext.Connection Property
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.
Gets or sets the connection information.
public:
property Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ Connection { Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ get(); void set(Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ value); };
public Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase Connection { get; set; }
member this.Connection : Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase with get, set
Public Property Connection As SqlOlapConnectionInfoBase
Property Value
The information about the connection.