MergePublication クラス
マージ パブリケーションを表します。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Replication. . :: . .ReplicationObject
Microsoft.SqlServer.Replication. . :: . .Publication
Microsoft.SqlServer.Replication..::..MergePublication
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public NotInheritable Class MergePublication _
Inherits Publication
'使用
Dim instance As MergePublication
public sealed class MergePublication : Publication
public ref class MergePublication sealed : public Publication
[<SealedAttribute>]
type MergePublication =
class
inherit Publication
end
public final class MergePublication extends Publication
MergePublication 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
MergePublication() () () () | MergePublication クラスの新しいインスタンスを作成します。 | |
MergePublication(String, String, ServerConnection) | 指定した名前、データベース、およびパブリッシャへの接続を使用して MergePublication クラスの新しいインスタンスを初期化します。 | |
MergePublication(String, String, ServerConnection, Boolean) | スナップショット エージェント ジョブを既定で作成するかどうかを指定して、MergePublication クラスのインスタンスを作成します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
AltSnapshotFolder | パブリケーションのスナップショット ファイルの代替場所を取得します。値の設定も可能です。 (Publication から継承されています。) | |
Attributes | パブリケーション属性を取得します。値の設定も可能です。 (Publication から継承されています。) | |
AutomaticReinitializationPolicy | パブリケーションの変更によってサブスクリプションが再初期化されるとき、パブリッシャでの変更がパブリッシャにアップロードされるかどうかを取得します。値の設定も可能です。 | |
CachePropertyChanges | レプリケーション プロパティに加えられた変更をキャッシュするか、またはすぐに適用するかを取得します。値の設定も可能です。 (ReplicationObject から継承されています。) | |
CompatibilityLevel | マージ パブリケーションにサブスクライブできる Microsoft SQL Server の最も古いバージョンを取得します。値の設定も可能です。 (Publication. . :: . .CompatibilityLevel をオーバーライドします。) | |
ConflictRetention | 競合するデータ行が競合テーブルに保持される日数を取得します。値の設定も可能です。 (Publication から継承されています。) | |
ConnectionContext | Microsoft SQL Server のインスタンスへの接続を取得します。値の設定も可能です。 (ReplicationObject から継承されています。) | |
CreateSnapshotAgentByDefault | パブリケーションが作成されるときにスナップショット エージェント ジョブが自動的に追加されるかどうかを取得します。値の設定も可能です。 (Publication から継承されています。) | |
DatabaseName | パブリケーション データベースの名前を取得します。値の設定も可能です。 (Publication から継承されています。) | |
Description | パブリケーションの説明テキストを取得します。値の設定も可能です。 (Publication から継承されています。) | |
FtpAddress | ファイル転送プロトコル (FTP) を介してサブスクリプションを初期化できるパブリケーションの、FTP サーバー コンピュータのアドレスを取得します。値の設定も可能です。 (Publication から継承されています。) | |
FtpLogin | ファイル転送プロトコル (FTP) を介してサブスクリプションを初期化できるパブリケーションの、FTP サーバーへの接続に使用するログインを取得します。値の設定も可能です。 (Publication から継承されています。) | |
FtpPassword | ファイル転送プロトコル (FTP) を介してサブスクリプションを初期化できるパブリケーションの、FTP サーバーへの接続に使用するログインのパスワードを設定します。 (Publication から継承されています。) | |
FtpPort | ファイル転送プロトコル (FTP) を介してサブスクリプションを初期化できるパブリケーションの、FTP サーバー コンピュータのポートを取得します。値の設定も可能です。 (Publication から継承されています。) | |
FtpSubdirectory | ファイル転送プロトコル (FTP) を介してサブスクリプションを初期化できるパブリケーションの、FTP サーバー コンピュータ上のサブディレクトリを取得します。値の設定も可能です。 (Publication から継承されています。) | |
HasSubscription | パブリケーションに 1 つ以上のサブスクリプションがあるかどうかを取得します。 (Publication から継承されています。) | |
IsExistingObject | サーバーにオブジェクトが存在するかどうかを取得します。 (ReplicationObject から継承されています。) | |
MaxConcurrentDynamicSnapshots | パブリケーションにパラメータ化された行フィルタがある場合、データ スナップショットの生成時にサポートされる同時実行スナップショット エージェント セッションの最大数を取得します。値の設定も可能です。 | |
MaxConcurrentMerge | パブリケーションと同時に同期できるマージ エージェントの最大数を取得します。値の設定も可能です。 | |
MergeArticles | マージ パブリケーション内の既存のアーティクルを取得します。 | |
MergeSubscriptions | マージ パブリケーションに属するサブスクリプションを取得します。 | |
Name | パブリケーションの名前を取得します。値の設定も可能です。 (Publication から継承されています。) | |
PartitionGroupsOption | 事前計算されたパーティションを使用して同期処理の最適化を行うかどうかを取得します。値の設定も可能です。 | |
PostSnapshotScript | 初期スナップショットをサブスクライバに適用した後で実行される Transact-SQL スクリプト ファイルの名前と完全なパスを取得します。値の設定も可能です。 (Publication から継承されています。) | |
PreSnapshotScript | 初期スナップショットをサブスクライバに適用する前に実行される Transact-SQL スクリプト ファイルの名前と完全なパスを取得します。値の設定も可能です。 (Publication から継承されています。) | |
Priority | インフラストラクチャです。 | |
PubId | パブリケーションを一意に識別する値を取得します。 (Publication から継承されています。) | |
ReplicateDdl | データ定義言語 (DDL) の変更をレプリケートするかどうかを決定する DDL レプリケーション オプションを取得します。値の設定も可能です。 (Publication から継承されています。) | |
RetentionPeriod | サブスクリプションがパブリケーションと同期されていない場合に、サブスクリプションの有効期限が切れるまでの時間を取得します。値の設定も可能です。 (Publication から継承されています。) | |
RetentionPeriodUnit | RetentionPeriodUnit プロパティが表される単位を取得します。値の設定も可能です。 | |
SecureFtpPassword | ファイル転送プロトコル (FTP) を介してサブスクリプションを初期化できるパブリケーションの、FTP サーバーへの接続に使用するログインのパスワードを SecureString オブジェクトとして設定します。 (Publication から継承されています。) | |
SnapshotAgentExists | このパブリケーションの初期スナップショットを生成するための SQL Server エージェント ジョブが存在するかどうかを取得します。 (Publication から継承されています。) | |
SnapshotAvailable | このパブリケーションのスナップショット ファイルが生成済みでサブスクライバの初期化に利用できるかどうかを取得します。値の設定も可能です。 | |
SnapshotGenerationAgentProcessSecurity | スナップショット エージェント ジョブを実行する Windows アカウントを設定するオブジェクトを取得します。 (Publication から継承されています。) | |
SnapshotGenerationAgentPublisherSecurity | パブリッシャに接続するためにスナップショット エージェントが使用するセキュリティ コンテキストを取得します。 (Publication から継承されています。) | |
SnapshotJobId | 現在のパブリケーションのスナップショット エージェント ジョブ ID を取得します。 (Publication から継承されています。) | |
SnapshotMethod | 初期スナップショットのデータ ファイル形式を取得します。値の設定も可能です。 (Publication から継承されています。) | |
SnapshotSchedule | 現在のパブリケーションのスナップショット エージェントのスケジュールを設定するオブジェクトを取得します。 (Publication から継承されています。) | |
SqlServerName | このオブジェクトの接続先となる Microsoft SQL Server インスタンスの名前を取得します。 (ReplicationObject から継承されています。) | |
Status | パブリケーションの状態を取得します。値の設定も可能です。 (Publication から継承されています。) | |
Type | パブリケーションの種類を取得します。値の設定も可能です。 (Publication から継承されています。) | |
UserData | ユーザーが独自のデータをオブジェクトにアタッチすることを許可するオブジェクト プロパティを取得します。値の設定も可能です。 (ReplicationObject から継承されています。) | |
UsesHostName | HOST_NAME 関数を使用してパーティションを評価する、パラメータ化された行フィルタがマージ パブリケーションにあるかどうかを取得します。 | |
ValidateSubscriberInfo | パラメータ化された行フィルタを使用する場合、パブリッシュされたデータのサブスクライバ パーティションを定義する関数を取得します。値の設定も可能です。 | |
WebSynchronizationUrl | Web 同期で使用する URL を取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
AddMergeDynamicSnapshotJob | パラメータ化された行フィルタを使用する場合に、フィルタ選択されたデータ パーティションをサブスクライバ用に生成する、スナップショット エージェント ジョブを追加します。 | |
AddMergeDynamicSnapshotJobForLateBoundComClients | パラメータ化された行フィルタを使用する場合に、フィルタ選択されたデータ パーティションをサブスクライバ用に生成する、スナップショット エージェント ジョブを追加できるように、遅延バインドされた COM クライアントを有効化します。 | |
AddMergePartition | パラメータ化された行フィルタを使用したマージ パブリケーションのサブスクライバ パーティションを定義します。 | |
BrowseSnapshotFolder | スナップショット ファイルが生成されたディレクトリの場所の完全なパスを返します。 | |
ChangeMergeDynamicSnapshotJobScheduleWithJobId | スナップショット エージェント ジョブのスケジュールを、ジョブ ID に基づいて変更します。このスナップショット エージェント ジョブは、フィルタ選択されたデータ パーティションをサブスクライバ用に生成するジョブです。 | |
ChangeMergeDynamicSnapshotJobScheduleWithJobIdForLateBoundComClients | 遅延バインドされた COM クライアントが、スナップショット エージェント ジョブのスケジュールをジョブ ID に基づいて変更できるようにします。このスナップショット エージェント ジョブは、フィルタ選択されたデータ パーティションをサブスクライバ用に生成するジョブです。 | |
ChangeMergeDynamicSnapshotJobScheduleWithJobName | スナップショット エージェント ジョブのスケジュールを、ジョブ名に基づいて変更します。このスナップショット エージェント ジョブは、フィルタ選択されたデータ パーティションをサブスクライバ用に生成するジョブです。 | |
ChangeMergeDynamicSnapshotJobScheduleWithJobNameForLateBoundComClients | 遅延バインドされた COM クライアントが、スナップショット エージェント ジョブのスケジュールをジョブ名に基づいて変更できるようにします。このスナップショット エージェント ジョブは、フィルタ選択されたデータ パーティションをサブスクライバ用に生成するジョブです。 | |
CheckValidCreation | インフラストラクチャです。 (ReplicationObject から継承されています。) | |
CheckValidDefinition | インフラストラクチャです。 (Publication から継承されています。) | |
CommitPropertyChanges | キャッシュされているすべてのプロパティ変更ステートメントを、Microsoft SQL Server のインスタンスに送信します。 (ReplicationObject から継承されています。) | |
CopySnapshot | スナップショット フォルダから目的のフォルダに、マージ パブリケーション用のスナップショット ファイルをコピーします。 | |
Create | パブリケーションを作成します。 (Publication から継承されています。) | |
CreateSnapshotAgent | パブリケーションの初期スナップショットを生成するために使用される SQL Server エージェント ジョブがまだ存在しない場合、このジョブを作成します。 (Publication から継承されています。) | |
Decouple | 参照先のレプリケーション オブジェクトをサーバーから切断します。 (ReplicationObject から継承されています。) | |
DisableSynchronizationPartner | このマージ パブリケーションの、指定された同期パートナーを無効化します。 | |
EnableSynchronizationPartner | このマージ パブリケーションの、指定された同期パートナーを有効化します。 | |
EnumAllMergeJoinFilters | マージ パブリケーションで定義されているすべてのマージ結合フィルタを返します。 | |
EnumArticles | パブリケーション内のアーティクルを返します。 (Publication から継承されています。) | |
EnumMergeDynamicSnapshotJobs | マージ動的スナップショット ジョブの一覧を返します。 | |
EnumMergePartitions | このマージ パブリケーションに対して定義されたサブスクライバ パーティションを返します。 | |
EnumPublicationAccesses | パブリッシャに対するアクセス権を持つログインを返します。 (Publication から継承されています。) | |
EnumSubscriptions | パブリケーションにサブスクライブするサブスクリプションを返します。 (Publication から継承されています。) | |
EnumSynchronizationPartners | このマージ パブリケーションの、代替同期パートナーを返します。 | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GenerateFilters | インフラストラクチャです。 | |
GetChangeCommand | インフラストラクチャです。 (ReplicationObject から継承されています。) | |
GetCreateCommand | インフラストラクチャです。 (ReplicationObject から継承されています。) | |
GetDropCommand | インフラストラクチャです。 (ReplicationObject から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetMergeDynamicSnapshotJobScheduleWithJobId | フィルタ選択されたデータ パーティションをサブスクライバ用に生成するスナップショット エージェント ジョブのスケジュールを、ジョブ ID に基づいて返します。 | |
GetMergeDynamicSnapshotJobScheduleWithJobName | フィルタ選択されたデータ パーティションをサブスクライバ用に生成するスナップショット エージェント ジョブのスケジュールを、ジョブ名に基づいて返します。 | |
GetType | (Object から継承されています。) | |
GrantPublicationAccess | パブリケーション アクセス リスト (PAL) に指定したログインを追加します。 (Publication から継承されています。) | |
InternalRefresh | インフラストラクチャです。 (ReplicationObject から継承されています。) | |
Load | サーバーから既存のオブジェクトのプロパティを読み込みます。 (ReplicationObject から継承されています。) | |
LoadProperties | サーバーから既存のオブジェクトのプロパティを読み込みます。 (ReplicationObject から継承されています。) | |
MakePullSubscriptionWellKnown | マージ プル サブスクリプションをパブリッシャに登録します。 | |
MemberwiseClone | (Object から継承されています。) | |
ReadLastValidationDateTimes | サブスクライバの最新のサブスクリプション検証についての情報を返します。 | |
Refresh | オブジェクトのプロパティを再度読み込みます。 (ReplicationObject から継承されています。) | |
ReinitializeAllSubscriptions | すべてのサブスクリプションに再初期化のマークを付けます。 | |
Remove() () () () | 既存のパブリケーションを削除します。 (Publication から継承されています。) | |
Remove(Boolean) | ディストリビュータにアクセスできない場合でも、既存のパブリケーションを削除します。 (Publication から継承されています。) | |
RemoveMergeDynamicSnapshotJob | 指定した動的スナップショット ジョブを、マージ パブリケーションから削除します。 | |
RemoveMergePartition | マージ パブリケーションで定義されている既存のサブスクライバ パーティションを削除します。 | |
RemovePullSubscription | マージ パブリケーションに対するプル サブスクリプションのサブスクライバの登録を削除します。 | |
ReplicateUserDefinedScript | ユーザー定義スクリプトの実行を、指定したパブリケーションのサブスクライバにレプリケートします。 (Publication から継承されています。) | |
ResynchronizeSubscription | マージ サブスクリプションを、指定の有効な状態に再同期します。 | |
RevokePublicationAccess | パブリケーション アクセス リスト (PAL) から指定したログインを削除します。 (Publication から継承されています。) | |
Script | スクリプト オプションで指定したとおりにパブリケーションを再作成するために使用できる Transact-SQL スクリプトを生成します。 (Publication から継承されています。) | |
ScriptMergeDynamicSnapshotJob | スナップショット エージェント ジョブを再作成する Transact-SQL スクリプトを生成します。このスナップショット エージェント ジョブは、パラメータ化された行フィルタを使用して、サブスクライバのパーティション データ スナップショットを、パブリケーション用に生成するジョブです。 | |
ScriptMergePartition | パラメータ化された行フィルタを使用してパブリケーション用のサブスクライバ パーティションを再作成するための、Transact-SQL スクリプトを生成します。 | |
ScriptPublicationActivation | 実行時にマージ パブリケーションの状態をアクティブに設定する Transact-SQL スクリプトを生成します。 | |
StartSnapshotGenerationAgentJob | パブリケーションの初期スナップショットを生成するジョブを開始します。 (Publication から継承されています。) | |
StopSnapshotGenerationAgentJob | 実行中のスナップショット エージェント ジョブの停止を試みます。 (Publication から継承されています。) | |
ToString | (Object から継承されています。) | |
ValidatePublication | 次回の同期で検証するよう、すべてのサブスクリプションをマークします。 | |
ValidateSubscription | 次の同期で検証を実行するよう、指定したサブスクリプションをマークします。 |
先頭に戻る
説明
この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
使用例
この例では、マージ パブリケーションを作成します。
// Set the Publisher, publication database, and publication names.
string publisherName = publisherInstance;
string publicationName = "AdvWorksSalesOrdersMerge";
string publicationDbName = "AdventureWorks2008R2";
ReplicationDatabase publicationDb;
MergePublication publication;
// Create a connection to the Publisher.
ServerConnection conn = new ServerConnection(publisherName);
try
{
// Connect to the Publisher.
conn.Connect();
// Enable the database for merge publication.
publicationDb = new ReplicationDatabase(publicationDbName, conn);
if (publicationDb.LoadProperties())
{
if (!publicationDb.EnabledMergePublishing)
{
publicationDb.EnabledMergePublishing = true;
}
}
else
{
// Do something here if the database does not exist.
throw new ApplicationException(String.Format(
"The {0} database does not exist on {1}.",
publicationDb, publisherName));
}
// Set the required properties for the merge publication.
publication = new MergePublication();
publication.ConnectionContext = conn;
publication.Name = publicationName;
publication.DatabaseName = publicationDbName;
// Enable precomputed partitions.
publication.PartitionGroupsOption = PartitionGroupsOption.True;
// Specify the Windows account under which the Snapshot Agent job runs.
// This account will be used for the local connection to the
// Distributor and all agent connections that use Windows Authentication.
publication.SnapshotGenerationAgentProcessSecurity.Login = winLogin;
publication.SnapshotGenerationAgentProcessSecurity.Password = winPassword;
// Explicitly set the security mode for the Publisher connection
// Windows Authentication (the default).
publication.SnapshotGenerationAgentPublisherSecurity.WindowsAuthentication = true;
// Enable Subscribers to request snapshot generation and filtering.
publication.Attributes |= PublicationAttributes.AllowSubscriberInitiatedSnapshot;
publication.Attributes |= PublicationAttributes.DynamicFilters;
// Enable pull and push subscriptions.
publication.Attributes |= PublicationAttributes.AllowPull;
publication.Attributes |= PublicationAttributes.AllowPush;
if (!publication.IsExistingObject)
{
// Create the merge publication.
publication.Create();
// Create a Snapshot Agent job for the publication.
publication.CreateSnapshotAgent();
}
else
{
throw new ApplicationException(String.Format(
"The {0} publication already exists.", publicationName));
}
}
catch (Exception ex)
{
// Implement custom application error handling here.
throw new ApplicationException(String.Format(
"The publication {0} could not be created.", publicationName), ex);
}
finally
{
conn.Disconnect();
}
' Set the Publisher, publication database, and publication names.
Dim publisherName As String = publisherInstance
Dim publicationName As String = "AdvWorksSalesOrdersMerge"
Dim publicationDbName As String = "AdventureWorks2008R2"
Dim publicationDb As ReplicationDatabase
Dim publication As MergePublication
' Create a connection to the Publisher.
Dim conn As ServerConnection = New ServerConnection(publisherName)
Try
' Connect to the Publisher.
conn.Connect()
' Enable the database for merge publication.
publicationDb = New ReplicationDatabase(publicationDbName, conn)
If publicationDb.LoadProperties() Then
If Not publicationDb.EnabledMergePublishing Then
publicationDb.EnabledMergePublishing = True
End If
Else
' Do something here if the database does not exist.
Throw New ApplicationException(String.Format( _
"The {0} database does not exist on {1}.", _
publicationDb, publisherName))
End If
' Set the required properties for the merge publication.
publication = New MergePublication()
publication.ConnectionContext = conn
publication.Name = publicationName
publication.DatabaseName = publicationDbName
' Enable precomputed partitions.
publication.PartitionGroupsOption = PartitionGroupsOption.True
' Specify the Windows account under which the Snapshot Agent job runs.
' This account will be used for the local connection to the
' Distributor and all agent connections that use Windows Authentication.
publication.SnapshotGenerationAgentProcessSecurity.Login = winLogin
publication.SnapshotGenerationAgentProcessSecurity.Password = winPassword
' Explicitly set the security mode for the Publisher connection
' Windows Authentication (the default).
publication.SnapshotGenerationAgentPublisherSecurity.WindowsAuthentication = True
' Enable Subscribers to request snapshot generation and filtering.
publication.Attributes = publication.Attributes Or _
PublicationAttributes.AllowSubscriberInitiatedSnapshot
publication.Attributes = publication.Attributes Or _
PublicationAttributes.DynamicFilters
' Enable pull and push subscriptions
publication.Attributes = publication.Attributes Or _
PublicationAttributes.AllowPull
publication.Attributes = publication.Attributes Or _
PublicationAttributes.AllowPush
If Not publication.IsExistingObject Then
' Create the merge publication.
publication.Create()
' Create a Snapshot Agent job for the publication.
publication.CreateSnapshotAgent()
Else
Throw New ApplicationException(String.Format( _
"The {0} publication already exists.", publicationName))
End If
Catch ex As Exception
' Implement custom application error handling here.
Throw New ApplicationException(String.Format( _
"The publication {0} could not be created.", publicationName), ex)
Finally
conn.Disconnect()
End Try
この例では、マージ パブリケーションのプロパティを変更します。
// Define the server, database, and publication names
string publisherName = publisherInstance;
string publicationName = "AdvWorksSalesOrdersMerge";
string publicationDbName = "AdventureWorks2008R2";
MergePublication publication;
// Create a connection to the Publisher.
ServerConnection conn = new ServerConnection(publisherName);
try
{
// Connect to the Publisher.
conn.Connect();
// Set the required properties for the publication.
publication = new MergePublication();
publication.ConnectionContext = conn;
publication.Name = publicationName;
publication.DatabaseName = publicationDbName;
// If we can't get the properties for this merge publication, then throw an application exception.
if (publication.LoadProperties())
{
// If DDL replication is currently enabled, disable it.
if (publication.ReplicateDdl == DdlReplicationOptions.All)
{
publication.ReplicateDdl = DdlReplicationOptions.None;
}
else
{
publication.ReplicateDdl = DdlReplicationOptions.All;
}
}
else
{
throw new ApplicationException(String.Format(
"Settings could not be retrieved for the publication. " +
"Ensure that the publication {0} exists on {1}.",
publicationName, publisherName));
}
}
catch (Exception ex)
{
// Do error handling here.
throw new ApplicationException(
"The publication property could not be changed.", ex);
}
finally
{
conn.Disconnect();
}
' Define the server, database, and publication names
Dim publisherName As String = publisherInstance
Dim publicationName As String = "AdvWorksSalesOrdersMerge"
Dim publicationDbName As String = "AdventureWorks2008R2"
Dim publication As MergePublication
' Create a connection to the Publisher.
Dim conn As ServerConnection = New ServerConnection(publisherName)
Try
' Connect to the Publisher.
conn.Connect()
' Set the required properties for the publication.
publication = New MergePublication()
publication.ConnectionContext = conn
publication.Name = publicationName
publication.DatabaseName = publicationDbName
' If we can't get the properties for this merge publication, then throw an application exception.
If publication.LoadProperties() Then
' If DDL replication is currently enabled, disable it.
If publication.ReplicateDdl = DdlReplicationOptions.All Then
publication.ReplicateDdl = DdlReplicationOptions.None
Else
publication.ReplicateDdl = DdlReplicationOptions.All
End If
Else
Throw New ApplicationException(String.Format( _
"Settings could not be retrieved for the publication. " + _
"Ensure that the publication {0} exists on {1}.", _
publicationName, publisherName))
End If
Catch ex As Exception
' Do error handling here.
Throw New ApplicationException( _
"The publication property could not be changed.", ex)
Finally
conn.Disconnect()
End Try
この例では、マージ パブリケーションを削除します。
// Define the Publisher, publication database,
// and publication names.
string publisherName = publisherInstance;
string publicationName = "AdvWorksSalesOrdersMerge";
string publicationDbName = "AdventureWorks2008R2";
MergePublication publication;
ReplicationDatabase publicationDb;
// Create a connection to the Publisher.
ServerConnection conn = new ServerConnection(publisherName);
try
{
// Connect to the Publisher.
conn.Connect();
// Set the required properties for the merge publication.
publication = new MergePublication();
publication.ConnectionContext = conn;
publication.Name = publicationName;
publication.DatabaseName = publicationDbName;
// Delete the publication, if it exists and has no subscriptions.
if (publication.LoadProperties() && !publication.HasSubscription)
{
publication.Remove();
}
else
{
// Do something here if the publication does not exist
// or has subscriptions.
throw new ApplicationException(String.Format(
"The publication {0} could not be deleted. " +
"Ensure that the publication exists and that all " +
"subscriptions have been deleted.",
publicationName, publisherName));
}
// If no other merge publications exists,
// disable publishing on the database.
publicationDb = new ReplicationDatabase(publicationDbName, conn);
if (publicationDb.LoadProperties())
{
if (publicationDb.MergePublications.Count == 0 && publicationDb.EnabledMergePublishing)
{
publicationDb.EnabledMergePublishing = false;
}
}
else
{
// Do something here if the database does not exist.
throw new ApplicationException(String.Format(
"The database {0} does not exist on {1}.",
publicationDbName, publisherName));
}
}
catch (Exception ex)
{
// Implement application error handling here.
throw new ApplicationException(String.Format(
"The publication {0} could not be deleted.",
publicationName), ex);
}
finally
{
conn.Disconnect();
}
' Define the Publisher, publication database,
' and publication names.
Dim publisherName As String = publisherInstance
Dim publicationName As String = "AdvWorksSalesOrdersMerge"
Dim publicationDbName As String = "AdventureWorks2008R2"
Dim publication As MergePublication
Dim publicationDb As ReplicationDatabase
' Create a connection to the Publisher.
Dim conn As ServerConnection = New ServerConnection(publisherName)
Try
' Connect to the Publisher.
conn.Connect()
' Set the required properties for the merge publication.
publication = New MergePublication()
publication.ConnectionContext = conn
publication.Name = publicationName
publication.DatabaseName = publicationDbName
' Delete the publication, if it exists and has no subscriptions.
If (publication.LoadProperties() And Not publication.HasSubscription) Then
publication.Remove()
Else
' Do something here if the publication does not exist
' or has subscriptions.
Throw New ApplicationException(String.Format( _
"The publication {0} could not be deleted. " + _
"Ensure that the publication exists and that all " + _
"subscriptions have been deleted.", _
publicationName, publisherName))
End If
' If no other merge publications exists,
' disable publishing on the database.
publicationDb = New ReplicationDatabase(publicationDbName, conn)
If publicationDb.LoadProperties() Then
If publicationDb.MergePublications.Count = 0 _
And publicationDb.EnabledMergePublishing Then
publicationDb.EnabledMergePublishing = False
End If
Else
' Do something here if the database does not exist.
Throw New ApplicationException(String.Format( _
"The database {0} does not exist on {1}.", _
publicationDbName, publisherName))
End If
Catch ex As Exception
' Implement application error handling here.
Throw New ApplicationException(String.Format( _
"The publication {0} could not be deleted.", _
publicationName), ex)
Finally
conn.Disconnect()
End Try
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。