共用方式為


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, nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing) (Nothing in Visual Basic).

備註

For a list of valid values for this property, use the ListParameterTypes method.