共用方式為


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() () () ()