UnsupportedTargetSetForFacetException Constructor (String, String, String)

 

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

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 Sub New (
    targetSetSkeleton As String,
    objectSetName As String,
    facetName As String
)

Parameters

See Also

UnsupportedTargetSetForFacetException Overload
UnsupportedTargetSetForFacetException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top