FipsComplianceLevel 枚举

Specifies the Fips 127-2 compliance level.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Enumeration FipsComplianceLevel
用法
Dim instance As FipsComplianceLevel
public enum FipsComplianceLevel
public enum class FipsComplianceLevel
type FipsComplianceLevel
public enum FipsComplianceLevel

成员

成员名称 说明
Entry The level is Entry.
Full The level is Full.
Intermediate The level is Intermediate.
Off The level is Off.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间