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.