Метод 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
Возвращаемое значение
Тип: System.String