Поделиться через


Метод SfcPropertyCollection.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<ISfcProperty>
The properties in the property collection.

Реализует

ISfcPropertySet.EnumProperties()

См. также

Справочник

SfcPropertyCollection Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc