Partilhar via


Propriedade do RDL CreateFullTextCatalogStatement.Path

Gets or sets the optional root directory for the catalog.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Path As Literal 
    Get 
    Set
'Uso
Dim instance As CreateFullTextCatalogStatement 
Dim value As Literal 

value = instance.Path

instance.Path = value
public Literal Path { get; set; }
public:
property Literal^ Path {
    Literal^ get ();
    void set (Literal^ value);
}
member Path : Literal with get, set
function get Path () : Literal 
function set Path (value : Literal)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The optional root directory for the catalog.

Consulte também

Referência

CreateFullTextCatalogStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom