Share via


ISfcPropertySet.EnumProperties Method

Returns an enumerator that can iterate through the properties in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Function EnumProperties As IEnumerable(Of ISfcProperty)
'Usage
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>

Return Value

Type: System.Collections.Generic.IEnumerable<ISfcProperty>
An IEnumerable<T> object.

See Also

Reference

ISfcPropertySet Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace