IMutableClrDataType.Methods Property
Gets the mutable 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 IMutableMetadataCollection(Of IUdtMethod)
Get
'Usage
Dim instance As IMutableClrDataType
Dim value As IMutableMetadataCollection(Of IUdtMethod)
value = instance.Methods
IMutableMetadataCollection<IUdtMethod> Methods { get; }
property IMutableMetadataCollection<IUdtMethod^>^ Methods {
IMutableMetadataCollection<IUdtMethod^>^ get ();
}
abstract Methods : IMutableMetadataCollection<IUdtMethod>
function get Methods () : IMutableMetadataCollection<IUdtMethod>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IUdtMethod>
The IMutableMetadataCollection<T> of IUdtMethod that contains all methods that are defined on the data type.