Właściwość DataItem.MimeType
Pobiera lub ustawia typ Mime aktualnie DataItem.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MimeTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property MimeType As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartość z typem Mime aktualnie DataItem.