Compartir a través de


StrToSet Método

Runs the Multidimensional Expressions (MDX) StrToSet function.

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

Sintaxis

'Declaración
Public Shared Function StrToSet ( _
    string As String _
) As Set
'Uso
Dim string As String
Dim returnValue As Set

returnValue = MDX.StrToSet(string)
public static Set StrToSet(
    string string
)
public:
static Set^ StrToSet(
    String^ string
)
static member StrToSet : 
        string:string -> Set 
public static function StrToSet(
    string : String
) : Set

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .Set
The set specified by the MDX-formatted string.