SearchProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- parent
- SearchPropertyList
- name
- String
- propertySetGuid
- String
- intID
- Int32
- description
- String