This topic has not yet been rated - Rate this topic

SearchPropertyListCollection.ItemById Method

SQL Server 2012

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public SearchPropertyList ItemById(
	int id
)

Parameters

id
Type: System.Int32
The specified identifier.

Return Value

Type: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The search property list indicated by the identifier.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.