Metodo MDX.StrToSet

Runs the Multidimensional Expressions (MDX) StrToSet function.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Shared Function StrToSet ( _
    string As String _
) As Set
'Utilizzo
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

Parametri

  • string
    Tipo: System.String
    The string to be converted to a set.

Valore restituito

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

Vedere anche

Riferimento

MDX Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer