DimensionAttributeCollection.IsValidName-Methode (String, String%)

Indicates whether the name of the collection is valid.

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

Syntax

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

returnValue = instance.IsValidName(name, _
    error)

Parameter

Rückgabewert

Typ: System.Boolean
true if the name of the collection is valid; otherwise, false.

Siehe auch

Verweis

DimensionAttributeCollection Klasse

IsValidName-Überladung

Microsoft.AnalysisServices-Namespace