Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the enumerator for the property collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private Function EnumProperties As IEnumerable(Of ISfcProperty)
Implements ISfcPropertySet.EnumProperties
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Collections.Generic.IEnumerable<ISfcProperty>
A feneric IEnumerable of type ISfcProperty.
Implements
ISfcPropertySet.EnumProperties()