ExtendedPropertyCollection クラス

ExtendedPropertyCollection クラスは、すべての拡張プロパティを表す ExtendedPropertyCollection オブジェクトのコレクションです。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public NotInheritable Class ExtendedPropertyCollection _
    Inherits SimpleObjectCollectionBase
'使用
Dim instance As ExtendedPropertyCollection
public sealed class ExtendedPropertyCollection : SimpleObjectCollectionBase
public ref class ExtendedPropertyCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ExtendedPropertyCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class ExtendedPropertyCollection extends SimpleObjectCollectionBase

説明

ExtendedPropertyCollection オブジェクトは、一連の拡張プロパティにアクセスするために使用できます。Item プロパティを使用して、特定の ExtendedProperty オブジェクトを取得することができます。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。