Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.