SearchPropertyList.SearchProperties Property
SQL Server 2012
Gets the SearchPropertyCollection which this object represents.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(SearchProperty))] public SearchPropertyCollection SearchProperties { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.SearchPropertyCollectionThe SearchPropertyCollection which this object represents.
