NamedComponentCollection.IsValidName Method (String, String%)

Determines whether the named component collection name is valid.

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

Syntax

VB
'Declaration
Public Overridable Function IsValidName ( _
    name As String, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Usage
Dim instance As NamedComponentCollection 
Dim name As String 
Dim error As String 
Dim returnValue As Boolean 

returnValue = instance.IsValidName(name, _
    error)

Parameters

Return Value

Type: System.Boolean
true if the named component collection name is valid; otherwise, false.

See Also

Reference

NamedComponentCollection Class

IsValidName Overload

Microsoft.AnalysisServices Namespace