Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Enumerates all the properties in the property collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function EnumProperties As IEnumerable(Of ISfcProperty)
'Usage
Dim instance As SfcPropertyCollection
Dim returnValue As IEnumerable(Of ISfcProperty)
returnValue = instance.EnumProperties()
public IEnumerable<ISfcProperty> EnumProperties()
public:
virtual IEnumerable<ISfcProperty^>^ EnumProperties() sealed
abstract EnumProperties : unit -> IEnumerable<ISfcProperty>
override EnumProperties : unit -> IEnumerable<ISfcProperty>
public final function EnumProperties() : IEnumerable<ISfcProperty>
Return Value
Type: System.Collections.Generic.IEnumerable<ISfcProperty>
The properties in the property collection.
Implements
ISfcPropertySet.EnumProperties()