ParameterStyle 枚举
Specifies the parameter styles for external function bodies.
命名空间: 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 | The General parameter style. | |
None | The None parameter style. | |
Sql | The Sql parameter style. |