Поделиться через


Свойство Type

Gets or sets the data type (ParameterTypeEnum enumeration) of the parameter.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Property Type As ParameterTypeEnum
    Get
    Set
'Применение
Dim instance As ReportParameter
Dim value As ParameterTypeEnum

value = instance.Type

instance.Type = value
public ParameterTypeEnum Type { get; set; }
public:
property ParameterTypeEnum Type {
    ParameterTypeEnum get ();
    void set (ParameterTypeEnum value);
}
member Type : ParameterTypeEnum with get, set
function get Type () : ParameterTypeEnum
function set Type (value : ParameterTypeEnum)

Значение свойства

Тип: ReportService2006. . :: . .ParameterTypeEnum
A ParameterTypeEnum value.