Dela via


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
'Usage
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);
}
public function get Path () : Literal 
public function set Path (value : Literal)

Property Value

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

.NET Framework Security

See Also

Reference

CreateFullTextCatalogStatement Class

CreateFullTextCatalogStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace