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

value = instance.EnableClrIntegration

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

/** @property */
public void set_EnableClrIntegration (boolean value)
public function get EnableClrIntegration () : boolean

public function set EnableClrIntegration (value : boolean)

See Also

Reference

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