SqlPropertyCollection.EnumPropertyInfo 方法

Returns an enumerated list of property information.

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

语法

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

returnValue = instance.EnumPropertyInfo()
public SqlPropertyInfo[] EnumPropertyInfo()
public:
array<SqlPropertyInfo^>^ EnumPropertyInfo()
member EnumPropertyInfo : unit -> SqlPropertyInfo[] 
public function EnumPropertyInfo() : 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 命名空间