次の方法で共有


SchemaCompareGridRow コンストラクター (SchemaCompareGridRowType, String, String, Boolean, Boolean, Boolean)

SchemaCompareGridRow クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.Data.Schema.Tools.Compare.Schema
アセンブリ:  Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll 内)

構文

'宣言
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
)

パラメーター

  • sourceName
    型: System.String
    ソース オブジェクトの名前を格納する string。
  • targetName
    型: System.String
    ターゲット オブジェクトの名前を格納する string。
  • selected
    型: System.Boolean
    true は、行を、選択されている行として表示することを示します。
  • selectedAsDependency
    型: System.Boolean
    true は、他の行に示されている要素から参照されているために、行が表示されることを示します。
  • isReferencedElement
    型: System.Boolean
    true は、モデルの外部にある要素から参照されている要素として、その要素を表示することを示します。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

SchemaCompareGridRow クラス

SchemaCompareGridRow オーバーロード

Microsoft.Data.Schema.Tools.Compare.Schema 名前空間

SchemaCompareGridRow

SchemaCompareGridRowType