Database.SearchPropertyLists Property
SQL Server 2012
Gets the SearchPropertyListCollection associated with this object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration <SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _ GetType(SearchPropertyList))> _ Public ReadOnly Property SearchPropertyLists As SearchPropertyListCollection Get 'Usage Dim instance As Database Dim value As SearchPropertyListCollection value = instance.SearchPropertyLists
Property Value
Type: Microsoft.SqlServer.Management.Smo.SearchPropertyListCollectionThe SearchPropertyListCollection associated with this object.
