SearchPropertyList.Create 方法 (String)

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Create ( _
    sourceSearchPropertyListName As String _
)
用法
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
)

参数

请参阅

参考

SearchPropertyList 类

Create 重载

Microsoft.SqlServer.Management.Smo 命名空间