Udostępnij za pośrednictwem


Metoda ISfcPropertySet.EnumProperties

Zwraca modułu wyliczającego, który iterować przeglądanie właściwość we właściwość zestaw.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Function EnumProperties As IEnumerable(Of ISfcProperty)
'Użycie
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>