NotificationComputedFieldCollection Class
NotificationClass の計算フィールドのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.Nmo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)
構文
'宣言
<DefaultMemberAttribute("Item")> _
Public Class NotificationComputedFieldCollection
Inherits ParameterCollectionBase
[DefaultMemberAttribute("Item")]
public class NotificationComputedFieldCollection : ParameterCollectionBase
[DefaultMemberAttribute(L"Item")]
public ref class NotificationComputedFieldCollection : public ParameterCollectionBase
/** @attribute DefaultMemberAttribute("Item") */
public class NotificationComputedFieldCollection extends ParameterCollectionBase
DefaultMemberAttribute("Item")
public class NotificationComputedFieldCollection extends ParameterCollectionBase
解説
NotificationClass には、0 個以上の計算フィールドを実装できます。このフィールドでは、Transact-SQL 式または他のフィールドへの参照を使用して、ディストリビューションの直前にフィールド値が計算されます。
NotificationComputedField クラスを使用して、個々の計算フィールドを定義します。NotificationComputedFields プロパティによって返される NotificationComputedFieldCollection を使用して、通知クラスにフィールドを追加します。
継承階層
System.Object
Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
Microsoft.SqlServer.Management.Smo.SmoCollectionBase
Microsoft.SqlServer.Management.Smo.ArrayListCollectionBase
Microsoft.SqlServer.Management.Smo.ParameterCollectionBase
Microsoft.SqlServer.Management.Nmo.NotificationComputedFieldCollection
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
NotificationComputedFieldCollection Members
Microsoft.SqlServer.Management.Nmo Namespace