StopListOption 열거형
The StopListOption enumeration contains values that are used to specify the way in which a new stop list is created.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
Public Enumeration StopListOption
‘사용 방법
Dim instance As StopListOption
public enum StopListOption
public enum class StopListOption
type StopListOption
public enum StopListOption
멤버
멤버 이름 | 설명 | |
---|---|---|
Off | ||
System | The stop list is created by copying the stop list from the resource database. | |
Name | Creates a new stop list from an existing named stop list. |