共用方式為


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 命名空間