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

매개 변수

반환 값

유형: System.String

참고 항목

참조

Utils 클래스

GetSyntacticallyValidName 오버로드

Microsoft.AnalysisServices 네임스페이스