Share via


INodeContext.Connection 属性

定义

获取或设置连接信息。

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

属性值

与连接有关的信息。

适用于