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

속성 값

연결에 대한 정보입니다.

적용 대상