名前空間: 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