Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the valid name syntactically.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Shared Function GetSyntacticallyValidName ( _
baseName As String, _
type As Type _
) As String
'Uso
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
Parámetros
- baseName
Tipo: System.String
The base name.
- type
Tipo: System.Type
The type of valid name.
Valor devuelto
Tipo: System.String
The valid name.