IUdtMethod Interface

Definition

public interface IUdtMethod : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarFunction, Microsoft.SqlServer.Management.SqlParser.Metadata.IUdtMember
type IUdtMethod = interface
    interface IUdtMember
    interface IScalar
    interface IMetadataObject
    interface IScalarFunction
    interface IFunction
    interface IFunctionModuleBase
Public Interface IUdtMethod
Implements IScalarFunction, IUdtMember
Implements

Properties

DataType (Inherited from IScalar)
IsAggregateFunction (Inherited from IScalarFunction)
IsStatic (Inherited from IUdtMember)
Name (Inherited from IMetadataObject)
Nullable (Inherited from IScalar)
Parameters (Inherited from IFunctionModuleBase)
ScalarType (Inherited from IScalar)
UserDefinedType (Inherited from IUdtMember)

Methods

Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

TypeInfo(IMetadataObject)

Applies to