IBuiltInFunction インターフェイス

定義

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
実装

プロパティ

名前 説明
DataType (継承元 IScalar)
IsAggregateFunction (継承元 IScalarFunction)
IsDatePartFunction
IsGlobalVariable
IsVarArg
MaxNumberOfArgs
MinNumberOfArgs
Name (継承元 IMetadataObject)
Nullable (継承元 IScalar)
Parameters (継承元 IFunctionModuleBase)
ScalarType (継承元 IScalar)

メソッド

名前 説明
Accept<T>(IMetadataObjectVisitor<T>) (継承元 IMetadataObject)

拡張メソッド

名前 説明
TypeInfo(IMetadataObject)

適用対象