Compartir a través de


TableMiningStructureColumn.FilterComponent Propiedad

Gets or sets the filter component associated with a TableMiningStructureColumn object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Property FilterComponent As String 
    Get 
    Set
'Uso
Dim instance As TableMiningStructureColumn 
Dim value As String 

value = instance.FilterComponent

instance.FilterComponent = value
[BrowsableAttribute(false)]
public string FilterComponent { get; set; }
[BrowsableAttribute(false)]
public:
property String^ FilterComponent {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member FilterComponent : string with get, set
function get FilterComponent () : String 
function set FilterComponent (value : String)

Valor de la propiedad

Tipo: System.String
The filter component itself.

Vea también

Referencia

TableMiningStructureColumn Clase

Espacio de nombres Microsoft.AnalysisServices