Utils.GetSyntacticallyValidName 方法 (String, Type, ModelType, Int32)
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Shared Function GetSyntacticallyValidName ( _
baseName As String, _
type As Type, _
modelType As ModelType, _
compatibilityLevel As Integer _
) As String
'用途
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
參數
- baseName
型別:System.String
- type
型別:System.Type
- modelType
型別:Microsoft.AnalysisServices.ModelType
- compatibilityLevel
型別:System.Int32