Partager via


Méthode Utils.GetSyntacticallyValidID

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

Valeur de retour

Type : System.String
The valid identifier.

Voir aussi

Référence

Utils Classe

Espace de noms Microsoft.AnalysisServices