SearchPropertyList Constructors

Definition

Overloads

SearchPropertyList()
SearchPropertyList(Database, String)

SearchPropertyList()

public SearchPropertyList ();
Public Sub New ()

Applies to

SearchPropertyList(Database, String)

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

Parameters

database
Database
name
String

Applies to