Compartir a través de


TargetSetCountMismatchException Constructor (String, String)

Initializes a new instance of the TargetSetCountMismatchException class with the specified target set and facet.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.