Constructeur TargetSetCountMismatchException (String, String)
Initializes a new instance of the TargetSetCountMismatchException class with the specified target set and facet.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
objectSetName As String, _
facetName As String _
)
'Utilisation
Dim objectSetName As String
Dim facetName As String
Dim instance As New TargetSetCountMismatchException(objectSetName, _
facetName)
public TargetSetCountMismatchException(
string objectSetName,
string facetName
)
public:
TargetSetCountMismatchException(
String^ objectSetName,
String^ facetName
)
new :
objectSetName:string *
facetName:string -> TargetSetCountMismatchException
public function TargetSetCountMismatchException(
objectSetName : String,
facetName : String
)
Paramètres
- objectSetName
Type : System.String
A String value that specifies the name of the target set.
- facetName
Type : System.String
A String value that specifies the name of the facet.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Exemples
Voir aussi
Référence
TargetSetCountMismatchException Classe