Поделиться через


Свойство Database.SearchPropertyLists

Gets the SearchPropertyListCollection associated with this object.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(SearchPropertyList))> _
Public ReadOnly Property SearchPropertyLists As SearchPropertyListCollection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.SearchPropertyListCollection
The SearchPropertyListCollection associated with this object.

См. также

Справочник

Database Класс

Пространство имен Microsoft.SqlServer.Management.Smo