Bagikan melalui


SearchPropertyList.SearchProperties Property

Gets the SearchPropertyCollection which this object represents.

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

Syntax

'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(SearchProperty))> _
Public ReadOnly Property SearchProperties As SearchPropertyCollection 
    Get
'Usage
Dim instance As SearchPropertyList 
Dim value As SearchPropertyCollection 

value = instance.SearchProperties
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(SearchProperty))]
public SearchPropertyCollection SearchProperties { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(SearchProperty))]
public:
property SearchPropertyCollection^ SearchProperties {
    SearchPropertyCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(SearchProperty))>]
member SearchProperties : SearchPropertyCollection
function get SearchProperties () : SearchPropertyCollection

Property Value

Type: Microsoft.SqlServer.Management.Smo.SearchPropertyCollection
The SearchPropertyCollection which this object represents.

See Also

Reference

SearchPropertyList Class

Microsoft.SqlServer.Management.Smo Namespace