UdfMethodAttribute Members
Include Protected Members
Include Inherited Members
Marks a function as a user-defined function (UDF) method.
The UdfMethodAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UdfMethodAttribute |
Top
Properties
Name | Description | |
---|---|---|
IsVolatile | Specifies whether a user-defined function (UDF) method is volatile or non-volatile. | |
ReturnsPersonalInformation | Specifies that the user-defined function (UDF) method may return information based on the current user executing the session. | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top