The PrimaryFile property identifies the operating system file that maintains database-specific system tables.
object.PrimaryFile [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | True or False |
A Microsoft® SQL Server™ database can have at most one primary file. When creating a database using SQL-DMO, the first DBFile object named PRIMARY added to the DBFiles collection of the FileGroup object referencing the filegroup becomes the primary file. Set the PrimaryFile property to alter the default behavior.
Boolean
Read/write prior to database creation. Read-only after database creation.
HRESULT GetPrimaryFile(LPBOOL pRetVal);
HRESULT SetPrimaryFile(BOOL NewValue);