ItemParameter.ParameterTypeName 属性
Gets or sets the data type of the parameter.
命名空间: ReportService2010
程序集: ReportService2010(在 ReportService2010.dll 中)
语法
声明
Public Property ParameterTypeName As String
Get
Set
用法
Dim instance As ItemParameter
Dim value As String
value = instance.ParameterTypeName
instance.ParameterTypeName = value
public string ParameterTypeName { get; set; }
public:
property String^ ParameterTypeName {
String^ get ();
void set (String^ value);
}
member ParameterTypeName : string with get, set
function get ParameterTypeName () : String
function set ParameterTypeName (value : String)
属性值
类型:System.String
A String value that represents the data type of the parameter if it is specified; otherwise, nullnull 引用(在 Visual Basic 中为 Nothing) (Nothing in Visual Basic).
注释
For a list of valid values for this property, use the ListParameterTypes method.