FullTextCatalogAndFileGroup.CatalogName Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property CatalogName As Identifier
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

.NET Framework Security

See Also

Reference

FullTextCatalogAndFileGroup Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace