SearchProperty 构造函数 (SearchPropertyList, String, String, Int32, String)

Initializes a new instance of the SearchProperty class.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub New ( _
    parent As SearchPropertyList, _
    name As String, _
    propertySetGuid As String, _
    intID As Integer, _
    description As String _
)
用法
Dim parent As SearchPropertyList 
Dim name As String 
Dim propertySetGuid As String 
Dim intID As Integer 
Dim description As String 

Dim instance As New SearchProperty(parent, _
    name, propertySetGuid, intID, description)
public SearchProperty(
    SearchPropertyList parent,
    string name,
    string propertySetGuid,
    int intID,
    string description
)
public:
SearchProperty(
    SearchPropertyList^ parent, 
    String^ name, 
    String^ propertySetGuid, 
    int intID, 
    String^ description
)
new : 
        parent:SearchPropertyList * 
        name:string * 
        propertySetGuid:string * 
        intID:int * 
        description:string -> SearchProperty
public function SearchProperty(
    parent : SearchPropertyList, 
    name : String, 
    propertySetGuid : String, 
    intID : int, 
    description : String
)

参数

请参阅

参考

SearchProperty 类

SearchProperty 重载

Microsoft.SqlServer.Management.Smo 命名空间