IClrDataType.Methods Property
Gets the collection of all methods that are defined on the data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property Methods As IMetadataCollection(Of IUdtMethod)
Get
'Usage
Dim instance As IClrDataType
Dim value As IMetadataCollection(Of IUdtMethod)
value = instance.Methods
IMetadataCollection<IUdtMethod> Methods { get; }
property IMetadataCollection<IUdtMethod^>^ Methods {
IMetadataCollection<IUdtMethod^>^ get ();
}
abstract Methods : IMetadataCollection<IUdtMethod>
function get Methods () : IMetadataCollection<IUdtMethod>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IUdtMethod>
The IMetadataCollection<T> of IUdtMethod that contains all methods that are defined on the data type.