Gets or sets the name of the fulltext catalog. Optional may be nullnull 參考 (在 Visual Basic 中為 Nothing).
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property CatalogName As Identifier
Get
Set
'用途
Dim instance As FullTextCatalogAndFileGroup
Dim value As Identifier
value = instance.CatalogName
instance.CatalogName = value
public Identifier CatalogName { get; set; }
public:
property Identifier^ CatalogName {
Identifier^ get ();
void set (Identifier^ value);
}
member CatalogName : Identifier with get, set
function get CatalogName () : Identifier
function set CatalogName (value : Identifier)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the fulltext catalog.