Utils.IsSyntacticallyValidName 메서드 (String, Type, ModelType, Int32, String%)

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Shared Function IsSyntacticallyValidName ( _
    name As String, _
    type As Type, _
    modelType As ModelType, _
    compatibilityLevel As Integer, _
    <OutAttribute> ByRef error As String _
) As Boolean
‘사용 방법
Dim name As String 
Dim type As Type 
Dim modelType As ModelType 
Dim compatibilityLevel As Integer 
Dim error As String 
Dim returnValue As Boolean 

returnValue = Utils.IsSyntacticallyValidName(name, _
    type, modelType, compatibilityLevel, _
    error)
public static bool IsSyntacticallyValidName(
    string name,
    Type type,
    ModelType modelType,
    int compatibilityLevel,
    out string error
)
public:
static bool IsSyntacticallyValidName(
    String^ name, 
    Type^ type, 
    ModelType modelType, 
    int compatibilityLevel, 
    [OutAttribute] String^% error
)
static member IsSyntacticallyValidName : 
        name:string * 
        type:Type * 
        modelType:ModelType * 
        compatibilityLevel:int * 
        error:string byref -> bool
public static function IsSyntacticallyValidName(
    name : String, 
    type : Type, 
    modelType : ModelType, 
    compatibilityLevel : int, 
    error : String
) : boolean

매개 변수

반환 값

유형: System.Boolean

참고 항목

참조

Utils 클래스

IsSyntacticallyValidName 오버로드

Microsoft.AnalysisServices 네임스페이스