TransPullSubscriptionCollection 类
Represents a collection of TransPullSubscription objects.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Replication. . :: . .ReplicationBaseCollection
Microsoft.SqlServer.Replication..::..TransPullSubscriptionCollection
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)
语法
声明
Public NotInheritable Class TransPullSubscriptionCollection _
Inherits ReplicationBaseCollection
用法
Dim instance As TransPullSubscriptionCollection
public sealed class TransPullSubscriptionCollection : ReplicationBaseCollection
public ref class TransPullSubscriptionCollection sealed : public ReplicationBaseCollection
[<SealedAttribute>]
type TransPullSubscriptionCollection =
class
inherit ReplicationBaseCollection
end
public final class TransPullSubscriptionCollection extends ReplicationBaseCollection
TransPullSubscriptionCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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 TransPullSubscription object in the collection by index number. | |
Item[ ( [ ( String, String, String] ) ] ) | Gets a TransPullSubscription object in the collection by the PublisherName, PublicationDBName, and PublicationName properties that uniquely define the pull subscription. | |
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(TransPullSubscriptionCollection, 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 TransPullSubscription object in the collection can be accessed from the Item property. This can be done using an [Int32] index value or using a [String, String, String] index value that is composed of the PublisherName, PublicationDBName, and PublicationName properties that define the pull subscription.
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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。