Partager via


Propriété CaseSensitivity

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

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property CaseSensitivity As SensitivityEnum
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : ReportService2010. . :: . .SensitivityEnum
A SensitivityEnum value.

Notes

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 Omission de valeurs pour les objets de service Web facultatifs.