Compartilhar via


Propriedade ISql90Signable.Signatures

Obtém uma lista das assinaturas que se aplicam a este objeto assináveis.

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

Sintaxe

'Declaração
ReadOnly Property Signatures As IList(Of ISql90Signature)
    Get
IList<ISql90Signature> Signatures { get; }
property IList<ISql90Signature^>^ Signatures {
    IList<ISql90Signature^>^ get ();
}
abstract Signatures : IList<ISql90Signature>
function get Signatures () : IList<ISql90Signature>

Valor de propriedade

Tipo: System.Collections.Generic.IList<ISql90Signature>

Segurança do .NET Framework

Consulte também

Referência

ISql90Signable Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel