Udostępnij przez


Właściwość IMiningModelViewerControl.MiningModelName

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.DataWarehouse.Interfaces
Zestaw:  Microsoft.DataWarehouse.Interfaces (w Microsoft.DataWarehouse.Interfaces.dll)

Składnia

'Deklaracja
Property MiningModelName As String
    Get
    Set
'Użycie
Dim instance As IMiningModelViewerControl
Dim value As String

value = instance.MiningModelName

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

Wartość właściwości

Typ: System.String