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 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)
Property Value
Type: ReportService2006.SensitivityEnum
A SensitivityEnum value.
Remarks
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 Omitting Values for Optional Web Service Objects.