Server.IsDetachedPrimaryFile(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 IsDetachedPrimaryFile method specifies whether a file is a detached primary database file.
public bool IsDetachedPrimaryFile (string mdfName);
member this.IsDetachedPrimaryFile : string -> bool
Public Function IsDetachedPrimaryFile (mdfName As String) As Boolean
Parameters
- mdfName
- String