Field.TypeName 属性

定义

获取或设置值的数据类型。

public:
 property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public string TypeName { get; set; }
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.TypeName : string with get, set
Public Property TypeName As String

属性值

值的数据类型。

属性

适用于