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.