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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.