Server.EnumDetachedDatabaseFiles(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ListDetachedDBFiles method lists all database files referenced by a primary database file.
public System.Collections.Specialized.StringCollection EnumDetachedDatabaseFiles (string mdfName);
member this.EnumDetachedDatabaseFiles : string -> System.Collections.Specialized.StringCollection
Public Function EnumDetachedDatabaseFiles (mdfName As String) As StringCollection
Parameters
- mdfName
- String