This topic has not yet been rated - Rate this topic

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.