Share via


XmlReadSettings.Distinct Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Distinct As Boolean
    Get
'Usage
Dim instance As XmlReadSettings
Dim value As Boolean

value = instance.Distinct
public bool Distinct { get; }
public:
property bool Distinct {
    bool get ();
}
member Distinct : bool
function get Distinct () : boolean

Property Value

Type: System.Boolean
true to retrieve the distinct attribute; otherwise, false.