Share via


ISql90UserDefinedType.Methods Property

Gets the list of SQL Server common language runtime (CLR) integration methods for this type.

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

Syntax

'Declaration
ReadOnly Property Methods As IList(Of ISql90ClrMethod)
IList<ISql90ClrMethod> Methods { get; }
property IList<ISql90ClrMethod^>^ Methods {
    IList<ISql90ClrMethod^>^ get ();
}
abstract Methods : IList<ISql90ClrMethod>
function get Methods () : IList<ISql90ClrMethod>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace