ApplicationDatabaseOptions.DefaultFileGroup Property
Gets or sets the default filegroup for the application 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 ApplicationDatabaseFileGroup objects for this application. Any application 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 application database collation:
adb.DefaultFileGroup = "PRIMARY";
adb.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 的硬件和软件要求。
请参阅
参考
ApplicationDatabaseOptions Class
ApplicationDatabaseOptions Members
Microsoft.SqlServer.Management.Nmo Namespace