Compartir a través de


SearchPropertyList.SearchProperties Propiedad

Gets the SearchPropertyCollection which this object represents.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

SearchPropertyList Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo