Share via


ISql90UserDefinedType.Methods Property

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)
'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>

Property Value

Type: System.Collections.Generic.IList<ISql90ClrMethod>

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

ISql90UserDefinedType Members

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