Default Property (FileGroup) (SQL-DMO)

The Default property indicates the filegroup used when no filegroup is specified as part of table or index creation.

Applies To

FileGroup Object

Syntax

object.Default [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

If True, the referenced filegroup is used to implement table or index data storage when a table or index is created and no filegroup is specified.

If False, the referenced filegroup is not used as the default in table and index creation. The filegroup may be specified by name to direct creation.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDefault(LPBOOL pRetVal);

HRESULT SetDefault(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.