ExportTestConditionAttribute, constructeur (String, String)
Initializes a new instance of the ExportTestConditionAttribute class.
Espace de noms: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly: Microsoft.Data.Tools.Schema.Sql.UnitTesting (dans Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)
Syntaxe
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
)
Paramètres
displayName
Type: System.StringName to display to users when selecting the condition.
id
Type: System.StringUnique Id used to identify the TestCondition export.
Voir aussi
ExportTestConditionAttribute Surcharge
ExportTestConditionAttribute, classe
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions, espace de noms
Retour au début