SqlCreateFunctionStatement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class SqlCreateFunctionStatement : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCreateAlterFunctionStatementBase
type SqlCreateFunctionStatement = class
inherit SqlCreateAlterFunctionStatementBase
Public Class SqlCreateFunctionStatement
Inherits SqlCreateAlterFunctionStatementBase
- 继承
-
SqlCreateFunctionStatement
属性
| 名称 | 说明 |
|---|---|
| BoundFunction | (继承自 SqlCreateAlterFunctionStatementBase) |
| BoundObject | (继承自 SqlCreateAlterFunctionStatementBase) |
| Children | (继承自 SqlCreateAlterFunctionStatementBase) |
| Definition | (继承自 SqlCreateAlterFunctionStatementBase) |
| EndLocation | (继承自 SqlCodeObject) |
| IsSqlCodeSnippet | (继承自 SqlCodeObject) |
| Length | (继承自 SqlCodeObject) |
| Parent | (继承自 SqlCodeObject) |
| Position | (继承自 SqlCodeObject) |
| Sql | (继承自 SqlCodeObject) |
| StartLocation | (继承自 SqlCodeObject) |
| Statement | (继承自 SqlStatement) |
| TokenManager | (继承自 SqlCodeObject) |
| Tokens | (继承自 SqlCodeObject) |
| Xml | (继承自 SqlCodeObject) |