EnumProperties 方法

Enumerates all the properties in the property collection. 不要在您的代码中直接引用此成员。它支持 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> ) > ) >
The properties in the property collection.

实现

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