SqlBuildTask.AnsiNullDefault 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 AnsiNullDefault As Boolean
'Usage
Dim instance As SqlBuildTask
Dim value As Boolean

value = instance.AnsiNullDefault

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

/** @property */
public void set_AnsiNullDefault (boolean value)
public function get AnsiNullDefault () : boolean

public function set AnsiNullDefault (value : boolean)

See Also

Reference

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