다음을 통해 공유


SearchProperty 생성자 (SearchPropertyList, String)

Initializes a new instance of the SearchProperty class, specifying the parent SearchPropertyList and name.

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

구문

‘선언
Public Sub New ( _
    searchPropertyList As SearchPropertyList, _
    name As String _
)
‘사용 방법
Dim searchPropertyList As SearchPropertyList 
Dim name As String 

Dim instance As New SearchProperty(searchPropertyList, _
    name)
public SearchProperty(
    SearchPropertyList searchPropertyList,
    string name
)
public:
SearchProperty(
    SearchPropertyList^ searchPropertyList, 
    String^ name
)
new : 
        searchPropertyList:SearchPropertyList * 
        name:string -> SearchProperty
public function SearchProperty(
    searchPropertyList : SearchPropertyList, 
    name : String
)

매개 변수

참고 항목

참조

SearchProperty 클래스

SearchProperty 오버로드

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