UnsupportedTargetSetForFacetException.ObjectSetName Property

 

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

Syntax

public string ObjectSetName { get; }
public:
property String^ ObjectSetName {
    String^ get();
}
member ObjectSetName : string with get
Public ReadOnly Property ObjectSetName As String

Property Value

Type: System.String

See Also

UnsupportedTargetSetForFacetException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top