Metodo AttributeRelationshipCollection.IsValidName (String)
Verifies that the specified name is a valid name for an AttributeRelationship.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function IsValidName ( _
name As String _
) As Boolean
'Utilizzo
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
Parametri
- name
Tipo: System.String
Specifies the name to be validated.
Valore restituito
Tipo: System.Boolean
true if name is valid; otherwise, false.