Udostępnij przez


Metoda SfcPropertyCollection.EnumProperties

Wylicza wszystkie właściwość kolekcja właściwość.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
Public Function EnumProperties As IEnumerable(Of ISfcProperty)
'Użycie
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>

Wartość zwracana

Typ: System.Collections.Generic.IEnumerable<ISfcProperty>
właściwość kolekcja właściwość.

Implementacje

ISfcPropertySet.EnumProperties()