Database.SearchPropertyLists 속성

Gets the SearchPropertyListCollection associated with this object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(SearchPropertyList))> _
Public ReadOnly Property SearchPropertyLists As SearchPropertyListCollection 
    Get
‘사용 방법
Dim instance As Database 
Dim value As SearchPropertyListCollection 

value = instance.SearchPropertyLists
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(SearchPropertyList))]
public SearchPropertyListCollection SearchPropertyLists { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(SearchPropertyList))]
public:
property SearchPropertyListCollection^ SearchPropertyLists {
    SearchPropertyListCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(SearchPropertyList))>]
member SearchPropertyLists : SearchPropertyListCollection
function get SearchPropertyLists () : SearchPropertyListCollection

속성 값

유형: Microsoft.SqlServer.Management.Smo.SearchPropertyListCollection
The SearchPropertyListCollection associated with this object.

참고 항목

참조

Database 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스