PropertyCollection.ISfcPropertySet.EnumProperties Method ()

 

Applies To: SQL Server 2016 Preview

Gets the enumerator for the property collection.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

IEnumerable<ISfcProperty> ISfcPropertySet.EnumProperties()
private:
virtual IEnumerable<ISfcProperty^>^ EnumProperties() sealed = ISfcPropertySet::EnumProperties
private abstract EnumProperties : unit -> IEnumerable<ISfcProperty>
private override EnumProperties : unit -> IEnumerable<ISfcProperty>
Private Function EnumProperties As IEnumerable(Of ISfcProperty)
    Implements ISfcPropertySet.EnumProperties

Return Value

Type: System.Collections.Generic.IEnumerable<ISfcProperty>

A feneric IEnumerable of type ISfcProperty.

Implements

ISfcPropertySet.EnumProperties()

Examples

Legacy Code Example

See Also

PropertyCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top