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
)
매개 변수
- sourceSearchPropertyListName
유형: System.String
A String which contains the source SearchPropertyList name.