SearchProperty Constructors

Definition

Overloads

SearchProperty()
SearchProperty(SearchPropertyList, String)
SearchProperty(SearchPropertyList, String, String, Int32, String)

SearchProperty()

public SearchProperty ();
Public Sub New ()

Applies to

SearchProperty(SearchPropertyList, String)

public SearchProperty (Microsoft.SqlServer.Management.Smo.SearchPropertyList searchPropertyList, string name);
new Microsoft.SqlServer.Management.Smo.SearchProperty : Microsoft.SqlServer.Management.Smo.SearchPropertyList * string -> Microsoft.SqlServer.Management.Smo.SearchProperty
Public Sub New (searchPropertyList As SearchPropertyList, name As String)

Parameters

searchPropertyList
SearchPropertyList
name
String

Applies to

SearchProperty(SearchPropertyList, String, String, Int32, String)

public SearchProperty (Microsoft.SqlServer.Management.Smo.SearchPropertyList parent, string name, string propertySetGuid, int intID, string description);
new Microsoft.SqlServer.Management.Smo.SearchProperty : Microsoft.SqlServer.Management.Smo.SearchPropertyList * string * string * int * string -> Microsoft.SqlServer.Management.Smo.SearchProperty
Public Sub New (parent As SearchPropertyList, name As String, propertySetGuid As String, intID As Integer, description As String)

Parameters

name
String
propertySetGuid
String
intID
Int32
description
String

Applies to