Share via


ExportTestConditionAttribute Constructor (String, String)

 

Initializes a new instance of the ExportTestConditionAttribute class.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

public ExportTestConditionAttribute(
    string displayName,
    string id
)
public:
ExportTestConditionAttribute(
    String^ displayName,
    String^ id
)
new : 
        displayName:string *
        id:string -> ExportTestConditionAttribute
Public Sub New (
    displayName As String,
    id As String
)

Parameters

  • displayName
    Type: System.String

    Name to display to users when selecting the condition.

  • id
    Type: System.String

    Unique Id used to identify the TestCondition export.

See Also

ExportTestConditionAttribute Overload
ExportTestConditionAttribute Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace

Return to top