Set.Tuples Property

Gets a reference to the TupleCollection collection referenced by the Set.

命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv (in msmgdsrv.dll)

语法

声明
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")> _
Public ReadOnly Property Tuples As TupleCollection
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] 
public TupleCollection Tuples { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly")] 
public:
property TupleCollection^ Tuples {
    TupleCollection^ get ();
}
/** @property */
public TupleCollection get_Tuples ()
public function get Tuples () : TupleCollection

属性值

A TupleCollection.

备注

The Tuples property represents the tuples the set contains.

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Set Class
Set Members
Microsoft.AnalysisServices.AdomdServer Namespace