UnsupportedTargetSetForFacetException-Konstruktor (String, String, String)
Initializes a new instance of the UnsupportedTargetSetForFacetException class with the specified target set , object set, and facet.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
targetSetSkeleton As String, _
objectSetName As String, _
facetName As String _
)
'Usage
Dim targetSetSkeleton As String
Dim objectSetName As String
Dim facetName As String
Dim instance As New UnsupportedTargetSetForFacetException(targetSetSkeleton, _
objectSetName, facetName)
public UnsupportedTargetSetForFacetException(
string targetSetSkeleton,
string objectSetName,
string facetName
)
public:
UnsupportedTargetSetForFacetException(
String^ targetSetSkeleton,
String^ objectSetName,
String^ facetName
)
new :
targetSetSkeleton:string *
objectSetName:string *
facetName:string -> UnsupportedTargetSetForFacetException
public function UnsupportedTargetSetForFacetException(
targetSetSkeleton : String,
objectSetName : String,
facetName : String
)
Parameter
- targetSetSkeleton
Typ: System.String
A String value that specifies the target set skeleton.
- 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
UnsupportedTargetSetForFacetException Klasse