IBuiltInFunction Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
public interface IBuiltInFunction : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarFunction
type IBuiltInFunction = interface
interface IScalarFunction
interface IFunction
interface IMetadataObject
interface IFunctionModuleBase
interface IScalar
Public Interface IBuiltInFunction
Implements IScalarFunction
- Penerapan
Properti
| Nama | Deskripsi |
|---|---|
| DataType | (Diperoleh dari IScalar) |
| IsAggregateFunction | (Diperoleh dari IScalarFunction) |
| IsDatePartFunction | |
| IsGlobalVariable | |
| IsVarArg | |
| MaxNumberOfArgs | |
| MinNumberOfArgs | |
| Name | (Diperoleh dari IMetadataObject) |
| Nullable | (Diperoleh dari IScalar) |
| Parameters | (Diperoleh dari IFunctionModuleBase) |
| ScalarType | (Diperoleh dari IScalar) |
Metode
| Nama | Deskripsi |
|---|---|
| Accept<T>(IMetadataObjectVisitor<T>) | (Diperoleh dari IMetadataObject) |
Metode Ekstensi
| Nama | Deskripsi |
|---|---|
| TypeInfo(IMetadataObject) | |