Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Exécute la fonction MDX StrToSet.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Shared Function StrToSet ( _
string As String _
) As Set
'Utilisation
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
Paramètres
- string
Type : String
String à convertir en jeu.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.Set
Jeu spécifié par le string mis en forme par MDX.