Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether the data in the data set is accent-sensitive.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property AccentSensitivity As SensitivityEnum
Get
Set
'Usage
Dim instance As DataSetDefinition
Dim value As SensitivityEnum
value = instance.AccentSensitivity
instance.AccentSensitivity = value
public SensitivityEnum AccentSensitivity { get; set; }
public:
property SensitivityEnum AccentSensitivity {
SensitivityEnum get ();
void set (SensitivityEnum value);
}
member AccentSensitivity : SensitivityEnum with get, set
function get AccentSensitivity () : SensitivityEnum
function set AccentSensitivity (value : SensitivityEnum)
Property Value
Type: ReportService2006.SensitivityEnum
A SensitivityEnum value.
Remarks
The value for the AccentSensitivity property has a corresponding AccentSensitivitySpecified property that indicates whether this property should be omitted from the Web service call.
For more information about omitting properties, see Omitting Values for Optional Web Service Objects.