Метод NamedComponentCollection.IsValidName (String)
Determines whether the named component collection name is valid.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function IsValidName ( _
name As String _
) As Boolean
'Применение
Dim instance As NamedComponentCollection
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
Параметры
- name
Тип: System.String
The name.
Возвращаемое значение
Тип: System.Boolean
true if the named component collection name is valid; otherwise, false.