次の方法で共有


ParameterStyle 列挙体

外部関数本体のパラメーター スタイルを指定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

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

メンバー

メンバー名 説明
General General パラメーター スタイル。
None None パラメーター スタイル。
Sql SQL パラメーター スタイル。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間