ReplicationObject クラス
レプリケーション管理オブジェクト (RMO) プログラミング インターフェイスのすべてのクラスの基本クラスである抽象クラスです。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Replication..::..ReplicationObject
詳細情報...
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8", _
Name := "Microsoft.SqlServer.Rmo")> _
Public MustInherit Class ReplicationObject
'使用
Dim instance As ReplicationObject
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8",
Name = "Microsoft.SqlServer.Rmo")]
public abstract class ReplicationObject
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8",
Name = L"Microsoft.SqlServer.Rmo")]
public ref class ReplicationObject abstract
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8",
Name = "Microsoft.SqlServer.Rmo")>]
type ReplicationObject = class end
public abstract class ReplicationObject
ReplicationObject 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
CachePropertyChanges | レプリケーション プロパティに加えられた変更をキャッシュするか、またはすぐに適用するかを取得します。値の設定も可能です。 | |
ConnectionContext | Microsoft SQL Server のインスタンスへの接続を取得します。値の設定も可能です。 | |
IsExistingObject | サーバーにオブジェクトが存在するかどうかを取得します。 | |
SqlServerName | このオブジェクトの接続先となる Microsoft SQL Server インスタンスの名前を取得します。 | |
UserData | ユーザーが独自のデータをオブジェクトにアタッチすることを許可するオブジェクト プロパティを取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
CheckValidCreation | インフラストラクチャです。 | |
CheckValidDefinition | インフラストラクチャです。 | |
CommitPropertyChanges | キャッシュされているすべてのプロパティ変更ステートメントを、Microsoft SQL Server のインスタンスに送信します。 | |
Decouple | 参照先のレプリケーション オブジェクトをサーバーから切断します。 | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetChangeCommand | インフラストラクチャです。 | |
GetCreateCommand | インフラストラクチャです。 | |
GetDropCommand | インフラストラクチャです。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
InternalRefresh | インフラストラクチャです。 | |
Load | サーバーから既存のオブジェクトのプロパティを読み込みます。 | |
LoadProperties | サーバーから既存のオブジェクトのプロパティを読み込みます。 | |
MemberwiseClone | (Object から継承されています。) | |
Refresh | オブジェクトのプロパティを再度読み込みます。 | |
ToString | (Object から継承されています。) |
先頭に戻る
説明
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Replication..::..ReplicationObject
Microsoft.SqlServer.Replication. . :: . .AgentProfile
Microsoft.SqlServer.Replication. . :: . .Article
Microsoft.SqlServer.Replication. . :: . .DistributionArticle
Microsoft.SqlServer.Replication. . :: . .DistributionDatabase
Microsoft.SqlServer.Replication. . :: . .DistributionPublication
Microsoft.SqlServer.Replication. . :: . .DistributionPublisher
Microsoft.SqlServer.Replication. . :: . .DistributionSubscription
Microsoft.SqlServer.Replication. . :: . .MergeSubscriberMonitor
Microsoft.SqlServer.Replication. . :: . .Publication
Microsoft.SqlServer.Replication. . :: . .PublicationMonitor
Microsoft.SqlServer.Replication. . :: . .PublisherMonitor
Microsoft.SqlServer.Replication. . :: . .PullSubscription
Microsoft.SqlServer.Replication. . :: . .RegisteredSubscriber
Microsoft.SqlServer.Replication. . :: . .ReplicationDatabase
Microsoft.SqlServer.Replication. . :: . .ReplicationMonitor
Microsoft.SqlServer.Replication. . :: . .ReplicationServer
Microsoft.SqlServer.Replication. . :: . .ReplicationTable
Microsoft.SqlServer.Replication. . :: . .Subscription