Metoda AttributeRelationshipCollection.IsValidName (String, String%)
Sprawdza, czy określona name jest prawidłowa dla AttributeRelationship i zwraca komunikat o błędzie, jeśli nazwa nie jest prawidłowa.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function IsValidName ( _
name As String, _
<OutAttribute> ByRef error As String _
) As Boolean
'Użycie
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
Parametry
- name
Typ: System.String
Określa nazwę sprawdzany.
- error
Typ: System.String%
A System.String przechowuje komunikat o błędzie przypadek, gdy nazwa jest nieprawidłowa.
Wartość zwracana
Typ: System.Boolean
Zwraca true Jeśli name jest prawidłowa; w przeciwnym razie false.