共用方式為


SearchPropertyList.SearchProperties 屬性

Gets the SearchPropertyCollection which this object represents.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

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

屬性值

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

請參閱

參考

SearchPropertyList 類別

Microsoft.SqlServer.Management.Smo 命名空間