Share via


SubscriptionClass.FileGroup Property

Gets or sets the application database filegroup on which the subscription tables 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 re-creates the subscription class to which it corresponds. Notification Services renames the existing subscription tables by appending Old to the table name and then creates new tables. Existing subscription table indexes are left unchanged.

If you want to transfer data between the old and new subscription tables, it must be done manually. For more information, see 응용 프로그램 업데이트.

The following examples show how to specify the default filegroup for subscription class database objects:

flightSubscriptions.FileGroup = "PRIMARY";
flightSubscriptions.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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

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

관련 자료

구독 클래스 정의
핵심 구독 클래스 정의
FileGroup Element for SubscriptionClass (ADF)