Partager via


ISql90UserDefinedType.Methods, propriété

Obtient la liste des méthodes CLR SQL pour ce type.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql90UserDefinedType Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms