SubscriptionChronicleCollection Class

Represents a collection of subscription chronicle definitions for a Notification Services application.

Пространство имен: Microsoft.SqlServer.Management.Nmo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
<DefaultMemberAttribute("Item")> _
Public Class SubscriptionChronicleCollection
    Inherits SimpleObjectCollectionBase
[DefaultMemberAttribute("Item")] 
public class SubscriptionChronicleCollection : SimpleObjectCollectionBase
[DefaultMemberAttribute(L"Item")] 
public ref class SubscriptionChronicleCollection : public SimpleObjectCollectionBase
/** @attribute DefaultMemberAttribute("Item") */ 
public class SubscriptionChronicleCollection extends SimpleObjectCollectionBase
DefaultMemberAttribute("Item") 
public class SubscriptionChronicleCollection extends SimpleObjectCollectionBase

Замечания

Subscription chronicles store supplemental subscription data for use by your application. Subscription chronicles are optional.

Define individual subscription chronicles using the SubscriptionChronicle class.

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
     Microsoft.SqlServer.Management.Smo.SmoCollectionBase
       Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
         Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase
          Microsoft.SqlServer.Management.Nmo.SubscriptionChronicleCollection

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

SubscriptionChronicleCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

Другие ресурсы

Определение хроники для класса подписки
Chronicles Element for SubscriptionClass (ADF)