Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Sub Create ( _
sourceDatabaseName As String, _
sourceSearchPropertyListName As String _
)
'Usage
Dim instance As SearchPropertyList
Dim sourceDatabaseName As String
Dim sourceSearchPropertyListName As String
instance.Create(sourceDatabaseName, sourceSearchPropertyListName)
public void Create(
string sourceDatabaseName,
string sourceSearchPropertyListName
)
public:
void Create(
String^ sourceDatabaseName,
String^ sourceSearchPropertyListName
)
member Create :
sourceDatabaseName:string *
sourceSearchPropertyListName:string -> unit
public function Create(
sourceDatabaseName : String,
sourceSearchPropertyListName : String
)
Parameters
- sourceDatabaseName
Type: System.String
A String which contains the database name.
- sourceSearchPropertyListName
Type: System.String
A String which contains the source SearchPropertyList name.