IsValidName 方法 (String)
Verifies that the specified name is a valid name for an AttributeRelationship.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function IsValidName ( _
name As String _
) As Boolean
用法
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
参数
- name
类型:System. . :: . .String
Specifies the name to be validated.
返回值
类型:System. . :: . .Boolean
Returns true if name is valid; otherwise, false.