Поделиться через


Метод AttributeRelationshipCollection.IsValidName (String, String%)

Verifies that the specified name is a valid name for an AttributeRelationship and returns the error message if it the name is not valid.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function IsValidName ( _
    name As String, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Применение
Dim instance As AttributeRelationshipCollection 
Dim name As String 
Dim error As String 
Dim returnValue As Boolean 

returnValue = instance.IsValidName(name, _
    error)
public bool IsValidName(
    string name,
    out string error
)
public:
bool IsValidName(
    String^ name, 
    [OutAttribute] String^% error
)
member IsValidName : 
        name:string * 
        error:string byref -> bool
public function IsValidName(
    name : String, 
    error : String
) : boolean

Параметры

  • error
    Тип: System.String%
    A System.String that holds the error message in case name is invalid.

Возвращаемое значение

Тип: System.Boolean
true if name is valid; otherwise, false.

См. также

Справочник

AttributeRelationshipCollection Класс

Перегрузка IsValidName

Пространство имен Microsoft.AnalysisServices