Construtor TargetSetCountMismatchException (String, String)
Initializes a new instance of the TargetSetCountMismatchException class with the specified target set and facet.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
objectSetName As String, _
facetName As String _
)
'Uso
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
)
Parâmetros
- objectSetName
Tipo: System.String
A String value that specifies the name of the target set.
- facetName
Tipo: System.String
A String value that specifies the name of the facet.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Exemplos
Consulte também
Referência
TargetSetCountMismatchException Classe