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


Свойство DataSetDefinition.CaseSensitivity

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

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.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)

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

Тип: ReportService2010.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 Пропуск значений для необязательных объектов веб-службы.

См. также

Справочник

DataSetDefinition Класс

Пространство имен ReportService2010