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 命名空间