Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the valid name syntactically.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetSyntacticallyValidName ( _
baseName As String, _
type As Type _
) As String
'Usage
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
Parameters
- baseName
Type: System.String
The base name.
- type
Type: System.Type
The type of valid name.
Return Value
Type: System.String
The valid name.