ISfcPropertySet.EnumProperties Método
Returns an enumerator that can iterate through the properties in the property set. 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
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 devuelto
Tipo: System.Collections.Generic.IEnumerable<ISfcProperty>
An IEnumerable<T> object.