CreateFullTextCatalogStatement.Path Property

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

Syntax

'Declaration
Public Property Path As Literal
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)

Property Value

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

.NET Framework Security

See Also

Reference

CreateFullTextCatalogStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace