Set.Tuples Property
Gets a reference to the TupleCollection collection referenced by the Set.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)
Sintaxis
'Declaración
<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
Valor de propiedad
A TupleCollection.
Notas
The Tuples property represents the tuples the set contains.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Set Class
Set Members
Microsoft.AnalysisServices.AdomdServer Namespace