IFilterRow.FilterValues 속성

Gets or sets a collection of strings that represent the filter values to be set.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Property FilterValues As String()
    Get 
    Set
‘사용 방법
Dim instance As IFilterRow 
Dim value As String()

value = instance.FilterValues

instance.FilterValues = value
string[] FilterValues { get; set; }
property array<String^>^ FilterValues {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
abstract FilterValues : string[] with get, set
function get FilterValues () : String[]
function set FilterValues (value : String[])

속성 값

유형: array<System.String[]
Returns a set of strings that represent the filter values.

참고 항목

참조

IFilterRow 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스