SchemaCompareGridRow-Konstruktor (SchemaCompareGridRowType, String, String, Boolean, Boolean, Boolean)

Initialisiert eine neue Instanz der SchemaCompareGridRow-Klasse.

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
)

Parameter

  • sourceName
    Typ: System.String
    Ein string, der den Namen des Quellobjekts enthält.
  • targetName
    Typ: System.String
    Ein string, der den Namen des Zielobjekts enthält.
  • selected
    Typ: System.Boolean
    true gibt an, dass die Zeile als ausgewählt angezeigt wird.
  • selectedAsDependency
    Typ: System.Boolean
    true gibt an, dass die Zeile angezeigt wird, da auf diese von einem in einer anderen Zeile aufgeführten Element verwiesen wird.
  • isReferencedElement
    Typ: System.Boolean
    true gibt an, dass angezeigt wird, dass von einem externen Element auf das Element verwiesen wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareGridRow Klasse

SchemaCompareGridRow-Überladung

Microsoft.Data.Schema.Tools.Compare.Schema-Namespace

SchemaCompareGridRow

SchemaCompareGridRowType