MDX.StrToSet Método
Ejecuta la función StrToSet de las expresiones multidimensionales (MDX).
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
- string
Tipo: String
El valor de tipo string que se va a convertir en un conjunto.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdServer.Set
El conjunto especificado por el valor de tipo string con formato MDX.