Интерфейс IUdtMethod
Represents a SQL Server user-defined type method.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface IUdtMethod _
Inherits IUdtMember, IScalarFunction, IFunction, IFunctionModuleBase, _
IScalar, IMetadataObject
'Применение
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
Тип IUdtMethod обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
DataType | Gets the scalar data type. (Производный от IScalar.) |
![]() |
IsAggregateFunction | Gets a value that indicates whether this is an aggregate function. (Производный от IScalarFunction.) |
![]() |
IsStatic | Gets a value that indicates whether this is a static member. (Производный от IUdtMember.) |
![]() |
Name | Gets the name of the metadata object. (Производный от IMetadataObject.) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. (Производный от IScalar.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Производный от IFunctionModuleBase.) |
![]() |
ScalarType | Gets the scalar type. (Производный от IScalar.) |
![]() |
UserDefinedType | Gets the CLR type of this user-defined type member. (Производный от IUdtMember.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.) |
В начало
.gif)
.gif)