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.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
InstanceDatabaseOptions Class
InstanceDatabaseOptions Members
Microsoft.SqlServer.Management.Nmo Namespace