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
)
參數
- searchPropertyList
型別:Microsoft.SqlServer.Management.Smo.SearchPropertyList
The parent SearchPropertyList.
- name
型別:System.String
A String containing the name of the instance.