共用方式為


EnumProperties 方法

Returns an enumerator that can iterate through the properties in the property set. 不要直接在程式碼中參照此成員。其支援 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>