IBuiltInFunction Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- Implementações
Propriedades
| Nome | Description |
|---|---|
| DataType | (Herdado de IScalar) |
| IsAggregateFunction | (Herdado de IScalarFunction) |
| IsDatePartFunction | |
| IsGlobalVariable | |
| IsVarArg | |
| MaxNumberOfArgs | |
| MinNumberOfArgs | |
| Name | (Herdado de IMetadataObject) |
| Nullable | (Herdado de IScalar) |
| Parameters | (Herdado de IFunctionModuleBase) |
| ScalarType | (Herdado de IScalar) |
Métodos
| Nome | Description |
|---|---|
| Accept<T>(IMetadataObjectVisitor<T>) | (Herdado de IMetadataObject) |
Métodos de Extensão
| Nome | Description |
|---|---|
| TypeInfo(IMetadataObject) | |