Partilhar via


Método ISfcPropertySet.EnumProperties

Returns an enumerator that can iterate through the properties in the property set. 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
Function EnumProperties As IEnumerable(Of ISfcProperty)
'Uso
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>

Valor de retorno

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

Consulte também

Referência

ISfcPropertySet Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc