MiningModelName-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Property MiningModelName As String
Get
Set
'Usage
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)