Interface IUdtMethod
Represents a SQL Server user-defined type method.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Interface IUdtMethod _
Inherits IUdtMember, IScalarFunction, IFunction, IFunctionModuleBase, _
IScalar, IMetadataObject
'Utilisation
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
Le type IUdtMethod expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
DataType | Gets the scalar data type. (hérité de IScalar.) |
![]() |
IsAggregateFunction | Gets a value that indicates whether this is an aggregate function. (hérité de IScalarFunction.) |
![]() |
IsStatic | Gets a value that indicates whether this is a static member. (hérité de IUdtMember.) |
![]() |
Name | Gets the name of the metadata object. (hérité de IMetadataObject.) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. (hérité de IScalar.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (hérité de IFunctionModuleBase.) |
![]() |
ScalarType | Gets the scalar type. (hérité de IScalar.) |
![]() |
UserDefinedType | Gets the CLR type of this user-defined type member. (hérité de IUdtMember.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.) |
Haut de la page
.gif)
.gif)