SearchPropertyList.Create 메서드 (String, String)

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub Create ( _
    sourceDatabaseName As String, _
    sourceSearchPropertyListName As String _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

SearchPropertyList 클래스

Create 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스