Поделиться через


InstanceDatabaseOptions.DefaultFileGroup Property

Gets or sets the default filegroup for the instance database.

Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Property DefaultFileGroup As String
public string DefaultFileGroup { get; set; }
public:
property String^ DefaultFileGroup {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DefaultFileGroup ()

/** @property */
public void set_DefaultFileGroup (String value)
public function get DefaultFileGroup () : String

public function set DefaultFileGroup (value : String)

Значение свойства

A String containing name of the default filegroup.

Замечания

The default filegroup must be the name of one of the InstanceDatabaseFileGroup objects for this instance. Any instance object without a specified filegroup is created in the default filegroup. If you do not specify a default filegroup, the default is PRIMARY.

Пример

The following examples show how to set the default filegroup for an instance database:

idb.DefaultFileGroup = "PRIMARY";
idb.DefaultFileGroup = "PRIMARY"

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

InstanceDatabaseOptions Class
InstanceDatabaseOptions Members
Microsoft.SqlServer.Management.Nmo Namespace

Другие ресурсы

Определение базы данных экземпляра
DefaultFileGroup Element (ICF)