Freigeben über


Database.SearchPropertyLists-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

Database Klasse

Microsoft.SqlServer.Management.Smo-Namespace