Método NamedComponentCollection.IsValidName (String, Type, ModelType, Int32, String%)

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

Sintaxe

VB
'Declaração
Protected Friend Function IsValidName ( _
    name As String, _
    type As Type, _
    modelType As ModelType, _
    compatibilityLevel As Integer, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Uso
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)

Parâmetros

Valor de retorno

Tipo: System.Boolean

Consulte também

Referência

NamedComponentCollection Classe

Sobrecarregado IsValidName

Namespace Microsoft.AnalysisServices