Tuple.Members Property
Gets an instance of the MemberCollection class from the Tuple.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Синтаксис
'Декларация
Public ReadOnly Property Members As MemberCollection
public MemberCollection Members { get; }
public:
property MemberCollection^ Members {
MemberCollection^ get ();
}
/** @property */
public MemberCollection get_Members ()
public function get Members () : MemberCollection
Значение свойства
A MemberCollection that contains the members of the Tuple.
Замечания
A tuple represents a vector of members. A Tuple encapsulates the collection of Member objects that represent a particular tuple.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Tuple Class
Tuple Members
Microsoft.AnalysisServices.AdomdClient Namespace