หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the parameter styles for external function bodies.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration ParameterStyle
'Usage
Dim instance As ParameterStyle
public enum ParameterStyle
public enum class ParameterStyle
type ParameterStyle
public enum ParameterStyle
Members
| Member name | Description | |
|---|---|---|
| General | The General parameter style. | |
| None | The None parameter style. | |
| Sql | The Sql parameter style. |