Compartir a través de


FullTextCatalogAndFileGroup.CatalogName Propiedad

Gets or sets the name of the fulltext catalog. Optional may be nulles una referencia NULL (Nothing en Visual Basic)..

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property CatalogName As Identifier 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the fulltext catalog.

Vea también

Referencia

FullTextCatalogAndFileGroup Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom