Compartir a través de


SearchPropertyList.Create Método (String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Create ( _
    sourceSearchPropertyListName As String _
)
'Uso
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
)

Parámetros

Vea también

Referencia

SearchPropertyList Clase

Sobrecarga de Create

Espacio de nombres Microsoft.SqlServer.Management.Smo