Propriété SearchPropertyList.SearchProperties

Gets the SearchPropertyCollection which this object represents.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

SearchPropertyList Classe

Espace de noms Microsoft.SqlServer.Management.Smo