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 identifier syntactically.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetSyntacticallyValidID ( _
baseID As String, _
type As Type _
) As String
'Usage
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
Parameters
- baseID
Type: System.String
The base ID.
- type
Type: System.Type
The type of ID.
Return Value
Type: System.String
The valid identifier.