Database.SetDefaultFileStreamFileGroup Method
Sets the default filestream group.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub SetDefaultFileStreamFileGroup ( _
fileGroupName As String _
)
public void SetDefaultFileStreamFileGroup (
string fileGroupName
)
public:
void SetDefaultFileStreamFileGroup (
String^ fileGroupName
)
public void SetDefaultFileStreamFileGroup (
String fileGroupName
)
public function SetDefaultFileStreamFileGroup (
fileGroupName : String
)
Parameters
- fileGroupName
String identifying the filestream filegroup name on an NTFS file system.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also
Reference
Database Class
Database Members
Microsoft.SqlServer.Management.Smo Namespace