Database.SetDefaultFileGroup(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.
Sets the named file group as the default file group for the database.
public void SetDefaultFileGroup (string fileGroupName);
member this.SetDefaultFileGroup : string -> unit
Public Sub SetDefaultFileGroup (fileGroupName As String)
Parameters
- fileGroupName
- String