Freigeben über


DataSetDefinition.AccentSensitivitySpecified Property

Indicates whether a value for the AccentSensitivity property is specified.

Namespace: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly : ReportService2005 (in reportingservice2005.dll)

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property AccentSensitivitySpecified As Boolean
[XmlIgnoreAttribute] 
public bool AccentSensitivitySpecified { get; set; }
[XmlIgnoreAttribute] 
public:
property bool AccentSensitivitySpecified {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_AccentSensitivitySpecified ()

/** @property */
public void set_AccentSensitivitySpecified (boolean value)
public function get AccentSensitivitySpecified () : boolean

public function set AccentSensitivitySpecified (value : boolean)

Eigenschaftswert

A Boolean value indicating that a value for the AccentSensitivity property is specified.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DataSetDefinition Class
DataSetDefinition Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace