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