Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the TargetSetCountMismatchException class with the specified target set and facet.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
objectSetName As String, _
facetName As String _
)
'Usage
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
)
Parameter
- objectSetName
Typ: System.String
A String value that specifies the name of the target set.
- facetName
Typ: System.String
A String value that specifies the name of the facet.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Beispiele
Siehe auch
Verweis
TargetSetCountMismatchException Klasse