IsValid (Role Interface)

ms134870.note(de-de,SQL.90).gifHinweis:
  Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein.

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

Hinweise

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

Beispiel

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

Dim bRet As Boolean
bRet = RoleObject.IsValid

Siehe auch

Verweis

Role Interface

Hilfe und Informationen

Informationsquellen für SQL Server 2005