다음을 통해 공유


StopListOption 속성

Gets the stop list option associated with the full-text index.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property StopListOption As StopListOption
    Get
    Set
‘사용 방법
Dim instance As FullTextIndex
Dim value As StopListOption

value = instance.StopListOption

instance.StopListOption = value
[SfcPropertyAttribute]
public StopListOption StopListOption { get; set; }
[SfcPropertyAttribute]
public:
property StopListOption StopListOption {
    StopListOption get ();
    void set (StopListOption value);
}
[<SfcPropertyAttribute>]
member StopListOption : StopListOption with get, set
function get StopListOption () : StopListOption
function set StopListOption (value : StopListOption)

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .StopListOption
A StopListOption value that specifies the stop list option.