Provides access to members for enumerating lock info.
Members
Name | Description | |
---|---|---|
Next | The next schema lock info object. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumSchemaLockInfo.Next Method
The next schema lock info object.
Public Function Next ( _
) As ISchemaLockInfo
public ISchemaLockInfo Next (
);
IEnumSchemaLockInfo.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumSchemaLockInfo
Classes | Description |
---|