Compartilhar via


Método SfcPropertyCollection.EnumProperties

Enumerates all the properties in the property collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Function EnumProperties As IEnumerable(Of ISfcProperty)
'Uso
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>

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<ISfcProperty>
The properties in the property collection.

Implementa

ISfcPropertySet.EnumProperties()

Consulte também

Referência

SfcPropertyCollection Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc