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.
Gets the valid identifier syntactically.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Shared Function GetSyntacticallyValidID ( _
baseID As String, _
type As Type _
) As String
'Utilisation
Dim baseID As String
Dim type As Type
Dim returnValue As String
returnValue = Utils.GetSyntacticallyValidID(baseID, _
type)
public static string GetSyntacticallyValidID(
string baseID,
Type type
)
public:
static String^ GetSyntacticallyValidID(
String^ baseID,
Type^ type
)
static member GetSyntacticallyValidID :
baseID:string *
type:Type -> string
public static function GetSyntacticallyValidID(
baseID : String,
type : Type
) : String
Paramètres
- baseID
Type : System.String
The base ID.
- type
Type : System.Type
The type of ID.
Valeur de retour
Type : System.String
The valid identifier.