次の方法で共有


FipsComplianceLevel 列挙体

Fips 127-2 準拠レベルを指定します。

名前空間:  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 レベルは Entry です。
Full レベルは Full です。
Intermediate レベルは Intermediate です。
Off レベルは Off です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間