MiningStructure.CaseTableName Propiedad
Gets or sets the name of the case table that is associated with the MiningStructure object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public Property CaseTableName As String
Get
Set
'Uso
Dim instance As MiningStructure
Dim value As String
value = instance.CaseTableName
instance.CaseTableName = value
[BrowsableAttribute(false)]
public string CaseTableName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ CaseTableName {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member CaseTableName : string with get, set
function get CaseTableName () : String
function set CaseTableName (value : String)
Valor de la propiedad
Tipo: System.String
A string that contains the name of the case table.