Freigeben über


DataFile Constructor (FileGroup, String)

Initializes a new instance of the DataFile class on the specified file group with the specified name.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Sub New ( _
    fileGroup As FileGroup, _
    name As String _
)
public DataFile (
    FileGroup fileGroup,
    string name
)
public:
DataFile (
    FileGroup^ fileGroup, 
    String^ name
)
public DataFile (
    FileGroup fileGroup, 
    String name
)
public function DataFile (
    fileGroup : FileGroup, 
    name : String
)

Parameter

  • fileGroup
    A FileGroup object value that specifies the file group to which this data file belongs.
  • name
    A String value that specifies the name of the data file.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiel

How to: Add FileGroups and DataFiles to a Database in Visual Basic .NET

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DataFile Class
DataFile Members
Microsoft.SqlServer.Management.Smo Namespace

Andere Ressourcen

Using Filegroups and Files to Store Data
Physikalische Datenbankdateien und Dateigruppen
CREATE DATABASE (Transact-SQL)