次の方法で共有


ISfcPropertySet.EnumProperties メソッド

プロパティ コレクションの列挙子を取得します。

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

構文

'宣言
Private Function EnumProperties As IEnumerable(Of ISfcProperty)
    Implements ISfcPropertySet.EnumProperties
'使用
Dim instance As PropertyCollection
Dim returnValue As IEnumerable(Of ISfcProperty)

returnValue = CType(instance, ISfcPropertySet).EnumProperties()
IEnumerable<ISfcProperty> ISfcPropertySet.EnumProperties()
private:
virtual IEnumerable<ISfcProperty^>^ EnumProperties() sealed = ISfcPropertySet::EnumProperties
private abstract EnumProperties : unit -> IEnumerable<ISfcProperty> 
private override EnumProperties : unit -> IEnumerable<ISfcProperty> 
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

戻り値

型: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'ISfcProperty> ) > ) >
ISfcProperty 型の汎用 IEnumerable です。

実装

ISfcPropertySet. . :: . .EnumProperties() () () ()