SearchPropertyListCollection.ItemById 方法

Gets a search property list in the collection by using the specified identifier.

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

语法

声明
Public Function ItemById ( _
    id As Integer _
) As SearchPropertyList
用法
Dim instance As SearchPropertyListCollection 
Dim id As Integer 
Dim returnValue As SearchPropertyList 

returnValue = instance.ItemById(id)
public SearchPropertyList ItemById(
    int id
)
public:
SearchPropertyList^ ItemById(
    int id
)
member ItemById : 
        id:int -> SearchPropertyList
public function ItemById(
    id : int
) : SearchPropertyList

参数

返回值

类型:Microsoft.SqlServer.Management.Smo.SearchPropertyList
The search property list indicated by the identifier.

请参阅

参考

SearchPropertyListCollection 类

Microsoft.SqlServer.Management.Smo 命名空间