ISfcPropertySet.EnumProperties 方法
Returns an enumerator that can iterate through the properties in the property set. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Function EnumProperties As IEnumerable(Of ISfcProperty)
用法
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>
返回值
类型:System.Collections.Generic.IEnumerable<ISfcProperty>
An IEnumerable<T> object.