NamedComponentCollection.IsValidName Method (String)

 

Applies To: SQL Server (starting with 2016)

Determines whether the named component collection name is valid.

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

Syntax

public bool IsValidName(
    string name
)
public:
bool IsValidName(
    String^ name
)
member IsValidName : 
        name:string -> bool
Public Function IsValidName (
    name As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the named component collection name is valid; otherwise, false.

See Also

IsValidNameā€‚Overload
NamedComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top