Compartir a través de


IsValid (Role Interface)

Nota

  Esta característica se quitará en la versión siguiente de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan.

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

Applies To:clsCubeRole, clsDatabaseRole, clsMiningModelRole

Data Type

Boolean

Access

Read-only

Comentarios

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

Ejemplo

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

Dim bRet As Boolean
bRet = RoleObject.IsValid

Vea también

Referencia