共用方式為


TableMiningStructureColumn.FilterComponent 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Property FilterComponent As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
The filter component itself.

請參閱

參考

TableMiningStructureColumn 類別

Microsoft.AnalysisServices 命名空間