Поделиться через


Свойство CaseSensitivity

Gets a value that indicates whether the data in the data set is case-sensitive.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Property CaseSensitivity As SensitivityEnum
    Get
    Set
'Применение
Dim instance As DataSetDefinition
Dim value As SensitivityEnum

value = instance.CaseSensitivity

instance.CaseSensitivity = value
public SensitivityEnum CaseSensitivity { get; set; }
public:
property SensitivityEnum CaseSensitivity {
    SensitivityEnum get ();
    void set (SensitivityEnum value);
}
member CaseSensitivity : SensitivityEnum with get, set
function get CaseSensitivity () : SensitivityEnum
function set CaseSensitivity (value : SensitivityEnum)

Значение свойства

Тип: ReportService2006. . :: . .SensitivityEnum
A SensitivityEnum value.

Замечания

The value for the CaseSensitivity property has a corresponding CaseSensitivitySpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see Пропуск значений для необязательных объектов веб-службы.