共用方式為


ModelItemTypeName 屬性

Gets the type of the model item.

命名空間:  ReportService2010
組件:  ReportService2010 (在 ReportService2010.dll 中)

語法

'宣告
Public Property ModelItemTypeName As String
    Get
    Set
'用途
Dim instance As ModelItem
Dim value As String

value = instance.ModelItemTypeName

instance.ModelItemTypeName = value
public string ModelItemTypeName { get; set; }
public:
property String^ ModelItemTypeName {
    String^ get ();
    void set (String^ value);
}
member ModelItemTypeName : string with get, set
function get ModelItemTypeName () : String
function set ModelItemTypeName (value : String)

屬性值

型別:System. . :: . .String
A String value indicating the type of the model item.

備註

For a list of supported model item types, use the ListModelItemTypes method.