共用方式為


NameConditionType 列舉

The NameConditionType enumeration contains values that are used to specify the condition that is used in a policy.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Enumeration NameConditionType
'用途
Dim instance As NameConditionType
public enum NameConditionType
public enum class NameConditionType
type NameConditionType
public enum NameConditionType

成員

成員名稱 說明
Equal The nodes of the expression must be equal.
Like The nodes of the expression must be like each other, as with the Transact-SQL LIKE statement.
None There is no condition.
NotEqual The nodes of the expression must not be equal.
NotLike The nodes of the expression must not be like each other. See the Transact-SQL LIKE statement.

備註

The NameConditionType enumeration class is served by the SetNameConditionType method.

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。 

請參閱

參考

Microsoft.SqlServer.Management.Dmf 命名空間