Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Rückgabewert
Typ: System.Collections.Generic.IEnumerable<ISfcProperty>
A feneric IEnumerable of type ISfcProperty.
Implementiert
ISfcPropertySet.EnumProperties()