Método AttributeRelationshipCollection.IsValidName (String)

Verifies that the specified name is a valid name for an AttributeRelationship.

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

Sintaxe

'Declaração
Public Function IsValidName ( _
    name As String _
) As Boolean
'Uso
Dim instance As AttributeRelationshipCollection 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.IsValidName(name)
public bool IsValidName(
    string name
)
public:
bool IsValidName(
    String^ name
)
member IsValidName : 
        name:string -> bool
public function IsValidName(
    name : String
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if name is valid; otherwise, false.

Consulte também

Referência

AttributeRelationshipCollection Classe

Sobrecarregado IsValidName

Namespace Microsoft.AnalysisServices