SqlPlanGenerationOptions.IgnoreFullTextCatalogFilePath Property

Gets whether to ignore full text catalog file path.

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

Syntax

'Declaration
Public Property IgnoreFullTextCatalogFilePath As Boolean
    Get
    Friend Set
'Usage
Dim instance As SqlPlanGenerationOptions
Dim value As Boolean

value = instance.IgnoreFullTextCatalogFilePath
public bool IgnoreFullTextCatalogFilePath { get; internal set; }
public:
property bool IgnoreFullTextCatalogFilePath {
    bool get ();
    internal: void set (bool value);
}
function get IgnoreFullTextCatalogFilePath () : boolean
internal function set IgnoreFullTextCatalogFilePath (value : boolean)
member IgnoreFullTextCatalogFilePath : bool with get, internal set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlPlanGenerationOptions Class

SqlPlanGenerationOptions Members

Microsoft.Data.Schema.Sql.Build Namespace