ISfcPropertySet.EnumProperties Método
Gets the enumerator for the property collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Private Function EnumProperties As IEnumerable(Of ISfcProperty)
Implements ISfcPropertySet.EnumProperties
'Uso
Dim instance As PropertyCollection
Dim returnValue As IEnumerable(Of ISfcProperty)
returnValue = CType(instance, ISfcPropertySet).EnumProperties()
IEnumerable<ISfcProperty> ISfcPropertySet.EnumProperties()
private:
virtual IEnumerable<ISfcProperty^>^ EnumProperties() sealed = ISfcPropertySet::EnumProperties
private abstract EnumProperties : unit -> IEnumerable<ISfcProperty>
private override EnumProperties : unit -> IEnumerable<ISfcProperty>
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor devuelto
Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'ISfcProperty> ) > ) >
A feneric IEnumerable of type ISfcProperty.
Implementa
Vea también