Compartir a través de


SfcPropertyCollection.EnumProperties Método

Enumerates all the properties in the property collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 devuelto

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

Implementa

ISfcPropertySet.EnumProperties()

Vea también

Referencia

SfcPropertyCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc