SqlBuildTask.UseFuzzyMatchForColumns Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)

Syntax

'Declaration
Public Property UseFuzzyMatchForColumns As Boolean
'Usage
Dim instance As SqlBuildTask
Dim value As Boolean

value = instance.UseFuzzyMatchForColumns

instance.UseFuzzyMatchForColumns = value
public bool UseFuzzyMatchForColumns { get; set; }
public:
property bool UseFuzzyMatchForColumns {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_UseFuzzyMatchForColumns ()

/** @property */
public void set_UseFuzzyMatchForColumns (boolean value)
public function get UseFuzzyMatchForColumns () : boolean

public function set UseFuzzyMatchForColumns (value : boolean)

See Also

Reference

SqlBuildTask Class
SqlBuildTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace