SqlBuildTask.NoAlterAssemblyStatements 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 NoAlterAssemblyStatements As Boolean
'Usage
Dim instance As SqlBuildTask
Dim value As Boolean
value = instance.NoAlterAssemblyStatements
instance.NoAlterAssemblyStatements = value
public bool NoAlterAssemblyStatements { get; set; }
public:
property bool NoAlterAssemblyStatements {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_NoAlterAssemblyStatements ()
/** @property */
public void set_NoAlterAssemblyStatements (boolean value)
public function get NoAlterAssemblyStatements () : boolean
public function set NoAlterAssemblyStatements (value : boolean)
See Also
Reference
SqlBuildTask Class
SqlBuildTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace