IEnumDatabaseLockInfo Interface

An enumeration of locks in a database.

Members

Name Description
Method Next A lock in the database.
Method Reset Resets the enumeration.

IEnumDatabaseLockInfo.Next Method

A lock in the database.

Public Function Next ( _
) As IDatabaseLockInfo
public IDatabaseLockInfo Next (
);

IEnumDatabaseLockInfo.Reset Method

Resets the enumeration.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumDatabaseLockInfo

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.