SqlCreationDisposition 列挙体

作成時の処理の種類を指定します。

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Public Enumeration SqlCreationDisposition
'使用
Dim instance As SqlCreationDisposition
public enum SqlCreationDisposition
public enum class SqlCreationDisposition
public enum SqlCreationDisposition

メンバ

メンバ名 説明
Unknown 処理は Unknown です。
CreateNew 処理は CreateNew です。
OpenExisting 処理は OpenExisting です。

参照

参照

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間