ConfigurationValueCollection クラス
ConfigurationValueCollection クラスは ConfigurationValue オブジェクトのコレクションです。これは、SQL Server データベース メール サブシステムで定義されているすべての構成オプションを表します。
名前空間: Microsoft.SqlServer.Management.Smo.Mail
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class ConfigurationValueCollection _
Inherits SimpleObjectCollectionBase
'使用
Dim instance As ConfigurationValueCollection
public sealed class ConfigurationValueCollection : SimpleObjectCollectionBase
public ref class ConfigurationValueCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ConfigurationValueCollection =
class
inherit SimpleObjectCollectionBase
end
public final class ConfigurationValueCollection extends SimpleObjectCollectionBase
説明
ConfigurationValueCollection オブジェクトを使用して、一連の構成オプションにアクセスします。特定の ConfigurationValue オブジェクトを取得するには Item プロパティを使用します。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
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.Smo.Mail..::..ConfigurationValueCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。