NotificationClass.FileGroup Property
Gets or sets the application database filegroup on which the notification table will be created.
Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Public Property FileGroup As String
public string FileGroup { get; set; }
public:
property String^ FileGroup {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_FileGroup ()
/** @property */
public void set_FileGroup (String value)
public function get FileGroup () : String
public function set FileGroup (value : String)
Значение свойства
A String, between 0 and 128 characters, that specifies the name of an application database filegroup.
Замечания
If no filegroup is specified, the PRIMARY filegroup is used.
If specified, the filegroup must match the name of one of the ApplicationDatabaseFileGroup objects for the Application.
If you update the FileGroup property, updating the application deletes and re-creates the notification class to which it corresponds. This includes dropping and re-creating the Microsoft SQL Server tables and indexes used by this notification class. Any data existing in the original SQL Server tables is permanently deleted.
Пример
The following examples show how to specify the default filegroup for a notification class:
flightNotifications.FileGroup = "PRIMARY";
flightNotifications.FileGroup = "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.
См. также
Справочник
NotificationClass Class
NotificationClass Members
Microsoft.SqlServer.Management.Nmo Namespace
Другие ресурсы
Определение основного класса уведомлений
FileGroup Element for NotificationClass (ADF)
Определение классов уведомлений