xSQL Schema Compare SDK for SQL Server version 12
SqlDataFile Constructor


A unique file id.
The data file logical name.
The filegroup to which the data file belongs.
Initializes a new instance of the SqlDataFile class with the specified id, name and filegroup.
Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal name As System.String, _
   ByVal parent As SqlFileGroup _
)
public SqlDataFile( 
   System.int id,
   System.string name,
   SqlFileGroup parent
)
public: SqlDataFile( 
   System.int id,
   System.string* name,
   SqlFileGroup* parent
)

Parameters

id
A unique file id.
name
The data file logical name.
parent
The filegroup to which the data file belongs.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlDataFile Class
SqlDataFile Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback