Share via


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
A string value with the Mime type of the current DataItem.