Compartir a través de


MDX.StrToSet Method

Runs the Multidimensional Expressions (MDX) StrToSet function.

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")> _
Public Shared Function StrToSet ( _
    string As String _
) As Set
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] 
public static Set StrToSet (
    string string
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly")] 
public:
static Set^ StrToSet (
    String^ string
)
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly") */ 
public static Set StrToSet (
    String string
)
SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly") 
public static function StrToSet (
    string : String
) : Set

Parámetros

  • string
    The string to be converted to a set.

Valor devuelto

The set specified by the MDX-formatted string.

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

MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace