Share via


SearchPropertyList.Create Method (String)

Creates a search property list on the instance of SQL Server as defined by the SearchPropertyList object, specifying the sourceSearchPropertyListName.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Create ( _
    sourceSearchPropertyListName As String _
)
'Usage
Dim instance As SearchPropertyList 
Dim sourceSearchPropertyListName As String

instance.Create(sourceSearchPropertyListName)
public void Create(
    string sourceSearchPropertyListName
)
public:
void Create(
    String^ sourceSearchPropertyListName
)
member Create : 
        sourceSearchPropertyListName:string -> unit
public function Create(
    sourceSearchPropertyListName : String
)

Parameters

See Also

Reference

SearchPropertyList Class

Create Overload

Microsoft.SqlServer.Management.Smo Namespace