DataItem.MimeType 屬性

Gets or sets the Mime type of the current DataItem.

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

語法

'宣告
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MimeTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property MimeType As String 
    Get 
    Set
'用途
Dim instance As DataItem 
Dim value As String 

value = instance.MimeType

instance.MimeType = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MimeTypeConverter, Microsoft.AnalysisServices.Design")]
public string MimeType { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MimeTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ MimeType {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MimeTypeConverter, Microsoft.AnalysisServices.Design")>]
member MimeType : string with get, set
function get MimeType () : String 
function set MimeType (value : String)

屬性值

型別:System.String
The Mime type of the current DataItem.

請參閱

參考

DataItem 類別

Microsoft.AnalysisServices 命名空間