Propriedade do RDL Database.SearchPropertyLists
Gets the SearchPropertyListCollection associated with this object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, _
GetType(SearchPropertyList))> _
Public ReadOnly Property SearchPropertyLists As SearchPropertyListCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.SearchPropertyListCollection
The SearchPropertyListCollection associated with this object.