SchemaCompareGridRow Constructor (SchemaCompareGridRowType, String, String, Boolean, Boolean, Boolean)
Initializes a new instance of the SchemaCompareGridRow class.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub New ( _
schemaCompareGridRowType As SchemaCompareGridRowType, _
sourceName As String, _
targetName As String, _
selected As Boolean, _
selectedAsDependency As Boolean, _
isReferencedElement As Boolean _
)
public SchemaCompareGridRow(
SchemaCompareGridRowType schemaCompareGridRowType,
string sourceName,
string targetName,
bool selected,
bool selectedAsDependency,
bool isReferencedElement
)
public:
SchemaCompareGridRow(
SchemaCompareGridRowType schemaCompareGridRowType,
String^ sourceName,
String^ targetName,
bool selected,
bool selectedAsDependency,
bool isReferencedElement
)
new :
schemaCompareGridRowType:SchemaCompareGridRowType *
sourceName:string *
targetName:string *
selected:bool *
selectedAsDependency:bool *
isReferencedElement:bool -> SchemaCompareGridRow
public function SchemaCompareGridRow(
schemaCompareGridRowType : SchemaCompareGridRowType,
sourceName : String,
targetName : String,
selected : boolean,
selectedAsDependency : boolean,
isReferencedElement : boolean
)
Parameters
- schemaCompareGridRowType
Type: Microsoft.Data.Schema.Tools.Compare.Schema.SchemaCompareGridRowType
A member of the SchemaCompareGridRowType enumeration.
- sourceName
Type: System.String
A string that contains the name of the source object.
- targetName
Type: System.String
A string that contains the name of the target object.
- selected
Type: System.Boolean
true indicates that the row is to appear as selected.
- selectedAsDependency
Type: System.Boolean
true indicates that the row is to appear because it is referenced from an element that is listed in another row.
- isReferencedElement
Type: System.Boolean
true indicates that the element is to appear as referenced from an element that is outside the model.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.