NamedComponentCollection.IsValidName 메서드 (String, Type, ModelType, Int32, String%)

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

구문

‘선언
Protected Friend Function IsValidName ( _
    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 = Me.IsValidName(name, _
    type, modelType, compatibilityLevel, _
    error)
protected internal bool IsValidName(
    string name,
    Type type,
    ModelType modelType,
    int compatibilityLevel,
    out string error
)
protected public:
bool IsValidName(
    String^ name, 
    Type^ type, 
    ModelType modelType, 
    int compatibilityLevel, 
    [OutAttribute] String^% error
)
member IsValidName : 
        name:string * 
        type:Type * 
        modelType:ModelType * 
        compatibilityLevel:int * 
        error:string byref -> bool
function IsValidName(
    name : String, 
    type : Type, 
    modelType : ModelType, 
    compatibilityLevel : int, 
    error : String
) : boolean

매개 변수

반환 값

유형: System.Boolean

참고 항목

참조

NamedComponentCollection 클래스

IsValidName 오버로드

Microsoft.AnalysisServices 네임스페이스