Condividi tramite


Proprietà SearchPropertyList.SearchProperties

Gets the SearchPropertyCollection which this object represents.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(SearchProperty))> _
Public ReadOnly Property SearchProperties As SearchPropertyCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SearchPropertyList Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo