ISql90UserDefinedType.Methods-Eigenschaft

Ruft die Liste der SQL CLR-Methoden für diesen Typ ab.

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)
    Get
IList<ISql90ClrMethod> Methods { get; }
property IList<ISql90ClrMethod^>^ Methods {
    IList<ISql90ClrMethod^>^ get ();
}
abstract Methods : IList<ISql90ClrMethod>
function get Methods () : IList<ISql90ClrMethod>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90UserDefinedType Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace