Returns whether a member is to persist.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IPartialPersist
Dim name As String
Dim operation As PersistentOperations
Dim value As Boolean
value = instance.IsMemberToPersist(name, operation)
|
Parameters
- name
- The name of the member to persist.
- operation
- The current persistent operation.
Return Value
True if the member is to persist; false otherwise.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also