IgnoreColumnOrder Property
Gets or sets {insert text here}.
Namespace: Microsoft.Data.Tools.Schema.Tasks.Sql
Assembly: Microsoft.Data.Tools.Schema.Tasks.Sql (in Microsoft.Data.Tools.Schema.Tasks.Sql.dll)
Syntax
'Declaration
Public Property IgnoreColumnOrder As String
Get
Set
'Usage
Dim instance As SqlBuildTask
Dim value As String
value = instance.IgnoreColumnOrder
instance.IgnoreColumnOrder = value
public string IgnoreColumnOrder { get; set; }
public:
property String^ IgnoreColumnOrder {
String^ get ();
void set (String^ value);
}
member IgnoreColumnOrder : string with get, set
function get IgnoreColumnOrder () : String
function set IgnoreColumnOrder (value : String)
Property Value
Type: System..::..String