EnumProperties メソッド
プロパティ コレクション内のすべてのプロパティを列挙します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Function EnumProperties As IEnumerable(Of ISfcProperty)
'使用
Dim instance As SfcPropertyCollection
Dim returnValue As IEnumerable(Of ISfcProperty)
returnValue = instance.EnumProperties()
public IEnumerable<ISfcProperty> EnumProperties()
public:
virtual IEnumerable<ISfcProperty^>^ EnumProperties() sealed
abstract EnumProperties : unit -> IEnumerable<ISfcProperty>
override EnumProperties : unit -> IEnumerable<ISfcProperty>
public final function EnumProperties() : IEnumerable<ISfcProperty>
戻り値
型: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'ISfcProperty> ) > ) >
プロパティ コレクション内のプロパティです。