NamedComponentCollection.IsValidName Method (String, Type, ModelType, Int32, String)

 

Applies To: SQL Server 2016 Preview

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

protected internal bool IsValidName(
    string name,
    Type type,
    ModelType modelType,
    int compatibilityLevel,
    out string error
)
public protected:
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
Protected Friend Function IsValidName (
    name As String,
    type As Type,
    modelType As ModelType,
    compatibilityLevel As Integer,
    <OutAttribute> ByRef error As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

See Also

IsValidName Overload
NamedComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top