Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Runs the Multidimensional Expressions (MDX) StrToSet function.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Shared Function StrToSet ( _
string As String _
) As Set
'Usage
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
Parameters
- string
Type: String
The string to be converted to a set.
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.Set
The set specified by the MDX-formatted string.