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.
네임스페이스: ReportService2010
어셈블리: ReportService2010(ReportService2010.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)
속성 값
유형: ReportService2010. . :: . .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 선택적 웹 서비스 개체에 대한 값 생략.