Utils.GetSyntacticallyValidName Method (String, Type, ModelType, Int32)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetSyntacticallyValidName ( _
baseName As String, _
type As Type, _
modelType As ModelType, _
compatibilityLevel As Integer _
) As String
'Usage
Dim baseName As String
Dim type As Type
Dim modelType As ModelType
Dim compatibilityLevel As Integer
Dim returnValue As String
returnValue = Utils.GetSyntacticallyValidName(baseName, _
type, modelType, compatibilityLevel)
public static string GetSyntacticallyValidName(
string baseName,
Type type,
ModelType modelType,
int compatibilityLevel
)
public:
static String^ GetSyntacticallyValidName(
String^ baseName,
Type^ type,
ModelType modelType,
int compatibilityLevel
)
static member GetSyntacticallyValidName :
baseName:string *
type:Type *
modelType:ModelType *
compatibilityLevel:int -> string
public static function GetSyntacticallyValidName(
baseName : String,
type : Type,
modelType : ModelType,
compatibilityLevel : int
) : String
Parameters
- baseName
Type: System.String
- type
Type: System.Type
- modelType
Type: Microsoft.AnalysisServices.ModelType
- compatibilityLevel
Type: System.Int32
Return Value
Type: System.String