FullTextCatalog 생성자

정의

오버로드

FullTextCatalog()

public FullTextCatalog();
Public Sub New ()

적용 대상

FullTextCatalog(Database, String)

public FullTextCatalog(Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.FullTextCatalog : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.FullTextCatalog
Public Sub New (database As Database, name As String)

매개 변수

database
Database
name
String

적용 대상