CaseSensitivity-Eigenschaft
Gets a value that indicates whether the data in the data set is case-sensitive.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property CaseSensitivity As SensitivityEnum
Get
Set
'Usage
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)
Eigenschaftenwert
Typ: ReportService2006. . :: . .SensitivityEnum
A SensitivityEnum value.
Hinweise
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 Weglassen von Werten für optionale Webdienstobjekte.