SearchPropertyList.Create Method (String, String)
SQL Server 2012
Creates a search property list on the instance of SQL Server as defined by the SearchPropertyList object, specifying the database and the sourceSearchPropertyListName.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Create( string sourceDatabaseName, string sourceSearchPropertyListName )
Parameters
- sourceDatabaseName
- Type: System.String
A String which contains the database name.
- sourceSearchPropertyListName
- Type: System.String
A String which contains the source SearchPropertyList name.
