The EnumFiles method returns a QueryResults object enumerating the operating system files used to implement Microsoft® SQL Server™ database storage.
object.EnumFiles() as QueryResults
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
A QueryResults object containing one result set defined by this column.
Column | Data type | Description |
---|---|---|
name | nchar(129) | Logical name of the operating system file |
HRESULT EnumFiles(
LPSQLDMOQUERYRESULTS* ppResults);