AttributeRelationshipCollection.IsValidName Method (String)
Verifies that the specified name is a valid name for an AttributeRelationship.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function IsValidName ( _
name As String _
) As Boolean
'Usage
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
Parameters
- name
Type: System.String
Specifies the name to be validated.
Return Value
Type: System.Boolean
Returns true if name is valid; otherwise, false.