FileGroup Constructor (Database, String)
Initializes a new instance of the FileGroup class on the specified database with the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintaxis
'Declaración
Public Sub New ( _
database As Database, _
name As String _
)
public FileGroup (
Database database,
string name
)
public:
FileGroup (
Database^ database,
String^ name
)
public FileGroup (
Database database,
String name
)
public function FileGroup (
database : Database,
name : String
)
Parámetros
- database
A Database object value that represents the database that stores files in the file group.
- name
A String value that represents the name of the file group.
Notas
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Ejemplo
How to: Add FileGroups and DataFiles to a Database in Visual Basic .NET
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
FileGroup Class
FileGroup Members
Microsoft.SqlServer.Management.Smo Namespace
Otros recursos
Using Filegroups and Files to Store Data
Usar archivos y grupos de archivos
CREATE TABLE (Transact-SQL)