Méthode SearchPropertyList.Create (String)
Creates a search property list on the instance of SQL Server as defined by the SearchPropertyList object, specifying the sourceSearchPropertyListName.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Create ( _
sourceSearchPropertyListName As String _
)
'Utilisation
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
)
Paramètres
- sourceSearchPropertyListName
Type : System.String
A String which contains the source SearchPropertyList name.