IsValid

The IsValid property of the Role interface indicates whether the role object structure is valid.

Applies To
clsCubeRole clsDatabaseRole

Data Type

Boolean

Access

Read-only

Remarks

A role object is valid if the Name and UsersList properties are not empty strings and it its Parent property is valid.

Example

Use the following code to return a role object validity status:

Dim bRet As Boolean

bRet = RoleObject.IsValid

See Also
About Decision Support Objects Using Decision Support Objects
Properties Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.