次の方法で共有


PropertyCollection クラス

PropertyCollection クラスは、親オブジェクトで定義されているすべてのプロパティを表す Property オブジェクトのコレクションです。

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

構文

'宣言
Public Class PropertyCollection _
    Implements ICollection, IEnumerable, ISfcPropertySet
'使用
Dim instance As PropertyCollection
public class PropertyCollection : ICollection, 
    IEnumerable, ISfcPropertySet
public ref class PropertyCollection : ICollection, 
    IEnumerable, ISfcPropertySet
type PropertyCollection =  
    class
        interface ICollection
        interface IEnumerable
        interface ISfcPropertySet
    end
public class PropertyCollection implements ICollection, IEnumerable, ISfcPropertySet

説明

PropertyCollection オブジェクトは、一連のプロパティにアクセスするときに使用します。Item プロパティを使用して、特定の Property オブジェクトを取得できます。

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..PropertyCollection
    Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyCollection

スレッド セーフ

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