次の方法で共有


ISfcPropertySet.EnumProperties メソッド

プロパティ セット内のプロパティを繰り返し処理できる列挙子を返します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

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

構文

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

returnValue = instance.EnumProperties()
IEnumerable<ISfcProperty> EnumProperties()
IEnumerable<ISfcProperty^>^ EnumProperties()
abstract EnumProperties : unit -> IEnumerable<ISfcProperty> 
function EnumProperties() : IEnumerable<ISfcProperty>

戻り値

型: System.Collections.Generic.IEnumerable<ISfcProperty>
IEnumerable<T> オブジェクトです。

関連項目

参照

ISfcPropertySet インターフェイス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間