IUserDefinedFunction 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public interface IUserDefinedFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.IFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedFunctionModuleBase
type IUserDefinedFunction = interface
interface IFunction
interface IMetadataObject
interface IFunctionModuleBase
interface IUserDefinedFunctionModuleBase
interface ISchemaOwnedObject
interface IDatabaseObject
Public Interface IUserDefinedFunction
Implements IFunction, IUserDefinedFunctionModuleBase
- 衍生
- 實作
屬性
| 名稱 | Description |
|---|---|
| BodyText | |
| ExecutionContext | (繼承來源 IUserDefinedFunctionModuleBase) |
| IsEncrypted | (繼承來源 IUserDefinedFunctionModuleBase) |
| IsQuotedIdentifierOn | |
| IsSchemaBound | |
| IsSqlClr | |
| IsSystemObject | (繼承來源 IDatabaseObject) |
| Name | (繼承來源 IMetadataObject) |
| Parameters | (繼承來源 IFunctionModuleBase) |
| Parent | (繼承來源 IDatabaseObject) |
| Schema | (繼承來源 ISchemaOwnedObject) |
方法
| 名稱 | Description |
|---|---|
| Accept<T>(IDatabaseObjectVisitor<T>) | (繼承來源 IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (繼承來源 IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (繼承來源 ISchemaOwnedObject) |
擴充方法
| 名稱 | Description |
|---|---|
| TypeInfo(IMetadataObject) | |