PublicationMonitorCollection 类

A collection of PublicationMonitor objects that represents publications at the Distributor.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Replication. . :: . .ReplicationBaseCollection
    Microsoft.SqlServer.Replication..::..PublicationMonitorCollection

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public NotInheritable Class PublicationMonitorCollection _
    Inherits ReplicationBaseCollection
用法
Dim instance As PublicationMonitorCollection
public sealed class PublicationMonitorCollection : ReplicationBaseCollection
public ref class PublicationMonitorCollection sealed : public ReplicationBaseCollection
[<SealedAttribute>]
type PublicationMonitorCollection =  
    class
        inherit ReplicationBaseCollection
    end
public final class PublicationMonitorCollection extends ReplicationBaseCollection

PublicationMonitorCollection 类型公开以下成员。

属性

  名称 说明
公共属性 Count Gets the number of objects in the referenced collection. (从 ReplicationBaseCollection 继承。)
公共属性 IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (从 ReplicationBaseCollection 继承。)
公共属性 Item[ ( [ ( Int32] ) ] ) Gets a PublicationMonitor object in the collection by index number.
公共属性 Item[ ( [ ( String, String] ) ] ) Gets a PublicationMonitor object in the collection by publication database and publication name.
公共属性 SyncRoot Gets an object that can be used to synchronize access to the collection. (从 ReplicationBaseCollection 继承。)

页首

方法

  名称 说明
公共方法 CopyTo(Array, Int32) Copies the collection to an array. (从 ReplicationBaseCollection 继承。)
公共方法 CopyTo(PublicationMonitorCollection, Int32) Makes a copy of the collection.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection. (从 ReplicationBaseCollection 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 InitList 基础结构。 (从 ReplicationBaseCollection 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 Refresh Refreshes the collection. (从 ReplicationBaseCollection 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

A PublicationMonitor object in the PublicationMonitorCollection can be accessed using an [Int32] index value or a [String,String] index value that is the name of the publication database and the name of the publication.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。