Share via


ISqlFullTextCatalog.Path Property

Gets or sets the catalog full path.

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

Syntax

'Declaration
Property Path As String
    Get
    Set
'Usage
Dim instance As ISqlFullTextCatalog
Dim value As String

value = instance.Path

instance.Path = value
string Path { get; set; }
property String^ Path {
    String^ get ();
    void set (String^ value);
}
function get Path () : String
function set Path (value : String)
abstract Path : string with get, set

Property Value

Type: System.String
Returns the catalog path.

.NET Framework Security

See Also

Reference

ISqlFullTextCatalog Interface

ISqlFullTextCatalog Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace