Partilhar via


Interface IUdtMethod

Represents a SQL Server user-defined type method.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Interface IUdtMethod _
    Inherits IUdtMember, IScalarFunction, IFunction, IFunctionModuleBase,  _
    IScalar, IMetadataObject
'Uso
Dim instance As IUdtMethod
public interface IUdtMethod : IUdtMember, 
    IScalarFunction, IFunction, IFunctionModuleBase, IScalar, IMetadataObject
public interface class IUdtMethod : IUdtMember, 
    IScalarFunction, IFunction, IFunctionModuleBase, IScalar, IMetadataObject
type IUdtMethod =  
    interface
        interface IUdtMember
        interface IScalarFunction
        interface IFunction
        interface IFunctionModuleBase
        interface IScalar
        interface IMetadataObject
    end
public interface IUdtMethod extends IUdtMember, IScalarFunction, IFunction, IFunctionModuleBase, IScalar, IMetadataObject

O tipo IUdtMethod expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataType Gets the scalar data type. (Herdado de IScalar.)
Propriedade pública IsAggregateFunction Gets a value that indicates whether this is an aggregate function. (Herdado de IScalarFunction.)
Propriedade pública IsStatic Gets a value that indicates whether this is a static member. (Herdado de IUdtMember.)
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Herdado de IScalar.)
Propriedade pública Parameters Gets a collection that contains the parameters that the function or module accepts. (Herdado de IFunctionModuleBase.)
Propriedade pública ScalarType Gets the scalar type. (Herdado de IScalar.)
Propriedade pública UserDefinedType Gets the CLR type of this user-defined type member. (Herdado de IUdtMember.)

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início