SchemaCompareColumnData Constructor (Int32, String, Single, Int32, Single, Boolean)
Initializes a new instance of the SchemaCompareColumnData class.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.SchemaCompare.UI
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Sub New ( _
index As Integer, _
text As String, _
percent As Single, _
width As Integer, _
factor As Single, _
showAll As Boolean _
)
'Usage
Dim index As Integer
Dim text As String
Dim percent As Single
Dim width As Integer
Dim factor As Single
Dim showAll As Boolean
Dim instance As New SchemaCompareColumnData(index, text, _
percent, width, factor, showAll)
public SchemaCompareColumnData(
int index,
string text,
float percent,
int width,
float factor,
bool showAll
)
public:
SchemaCompareColumnData(
int index,
String^ text,
float percent,
int width,
float factor,
bool showAll
)
new :
index:int *
text:string *
percent:float32 *
width:int *
factor:float32 *
showAll:bool -> SchemaCompareColumnData
public function SchemaCompareColumnData(
index : int,
text : String,
percent : float,
width : int,
factor : float,
showAll : boolean
)
Parameters
- index
Type: System..::..Int32
- text
Type: System..::..String
- percent
Type: System..::..Single
- width
Type: System..::..Int32
- factor
Type: System..::..Single
- showAll
Type: System..::..Boolean
See Also
Reference
SchemaCompareColumnData Overload
Microsoft.VisualStudio.Data.Tools.Package.SchemaCompare.UI Namespace