KanatypeSensitivity 属性
Gets a value that indicates whether the data in the dataset is kanatype-sensitive, which distinguishes between the two types of Japanese kana characters: Hiragana and Katakana.
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.dll 中)
语法
声明
Public Property KanatypeSensitivity As SensitivityEnum
Get
Set
用法
Dim instance As DataSetDefinition
Dim value As SensitivityEnum
value = instance.KanatypeSensitivity
instance.KanatypeSensitivity = value
public SensitivityEnum KanatypeSensitivity { get; set; }
public:
property SensitivityEnum KanatypeSensitivity {
SensitivityEnum get ();
void set (SensitivityEnum value);
}
member KanatypeSensitivity : SensitivityEnum with get, set
function get KanatypeSensitivity () : SensitivityEnum
function set KanatypeSensitivity (value : SensitivityEnum)
属性值
类型:ReportService2006. . :: . .SensitivityEnum
A SensitivityEnum value.
注释
The value for the KanatypeSensitivity property has a corresponding KanatypeSensitivitySpecified property that indicates whether this property should be omitted from the Web service call.
For more information about omitting properties, see 省略可选 Web 服务对象的值.