Database.SearchPropertyLists Property

Gets the SearchPropertyListCollection associated with this object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'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
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(SearchPropertyList))]
public SearchPropertyListCollection SearchPropertyLists { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(SearchPropertyList))]
public:
property SearchPropertyListCollection^ SearchPropertyLists {
    SearchPropertyListCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(SearchPropertyList))>]
member SearchPropertyLists : SearchPropertyListCollection
function get SearchPropertyLists () : SearchPropertyListCollection

Property Value

Type: Microsoft.SqlServer.Management.Smo.SearchPropertyListCollection
The SearchPropertyListCollection associated with this object.

See Also

Reference

Database Class

Microsoft.SqlServer.Management.Smo Namespace