DataSetDefinition.AccentSensitivitySpecified Property

 

Applies To: SQL Server 2016 Preview

Indicates whether a value for the AccentSensitivity property is specified.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public bool AccentSensitivitySpecified { get; set; }
public:
property bool AccentSensitivitySpecified {
    bool get();
    void set(bool value);
}
member AccentSensitivitySpecified : bool with get, set
Public Property AccentSensitivitySpecified As Boolean

Property Value

Type: System.Boolean

A Boolean value indicating that a value for the AccentSensitivity property is specified.

See Also

DataSetDefinition Class
ReportService2005 Namespace

Return to top