SqlPropertyCollection.EnumPropertyInfo 方法 (SqlServerVersions)

Returns an enumerated list of property information.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function EnumPropertyInfo ( _
    versions As SqlServerVersions _
) As SqlPropertyInfo()
用法
Dim instance As SqlPropertyCollection 
Dim versions As SqlServerVersions 
Dim returnValue As SqlPropertyInfo()

returnValue = instance.EnumPropertyInfo(versions)
public SqlPropertyInfo[] EnumPropertyInfo(
    SqlServerVersions versions
)
public:
array<SqlPropertyInfo^>^ EnumPropertyInfo(
    SqlServerVersions versions
)
member EnumPropertyInfo : 
        versions:SqlServerVersions -> SqlPropertyInfo[] 
public function EnumPropertyInfo(
    versions : SqlServerVersions
) : SqlPropertyInfo[]

参数

返回值

类型:array<Microsoft.SqlServer.Management.Smo.SqlPropertyInfo[]
A SqlPropertyInfo object array value that specifies a list of property information for the referenced object.

示例

使用集合

请参阅

参考

SqlPropertyCollection 类

EnumPropertyInfo 重载

Microsoft.SqlServer.Management.Smo 命名空间