Database.SetDefaultFileStreamFileGroup(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. It works for any file group, not just filestream
public void SetDefaultFileStreamFileGroup (string fileGroupName);
member this.SetDefaultFileStreamFileGroup : string -> unit
Public Sub SetDefaultFileStreamFileGroup (fileGroupName As String)
Parameters
- fileGroupName
- String