Share via


ISql90UserDefinedType.Methods Property

Gets a list of methods.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property Methods As IList(Of ISql90ClrMethod)
    Get
'Usage
Dim instance As ISql90UserDefinedType
Dim value As IList(Of ISql90ClrMethod)

value = instance.Methods
IList<ISql90ClrMethod> Methods { get; }
property IList<ISql90ClrMethod^>^ Methods {
    IList<ISql90ClrMethod^>^ get ();
}
function get Methods () : IList<ISql90ClrMethod>
abstract Methods : IList<ISql90ClrMethod>

Property Value

Type: System.Collections.Generic.IList<ISql90ClrMethod>
Returns a list of ISql90ClrMethod instances.

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

ISql90UserDefinedType Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace