Condividi tramite


Interfaccia IUdtMethod

Represents a SQL Server user-defined type method.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IUdtMethod _
    Inherits IUdtMember, IScalarFunction, IFunction, IFunctionModuleBase,  _
    IScalar, IMetadataObject
'Utilizzo
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

Nel tipo IUdtMethod sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica DataType Gets the scalar data type. Ereditato da IScalar.
Proprietà pubblica IsAggregateFunction Gets a value that indicates whether this is an aggregate function. Ereditato da IScalarFunction.
Proprietà pubblica IsStatic Gets a value that indicates whether this is a static member. Ereditato da IUdtMember.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica Nullable Gets a Boolean value that indicates whether the scalar object is nullable. Ereditato da IScalar.
Proprietà pubblica Parameters Gets a collection that contains the parameters that the function or module accepts. Ereditato da IFunctionModuleBase.
Proprietà pubblica ScalarType Gets the scalar type. Ereditato da IScalar.
Proprietà pubblica UserDefinedType Gets the CLR type of this user-defined type member. Ereditato da IUdtMember.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject.

In alto