Compartir a través de


ISql90Signable.Signatures (Propiedad)

Obtiene una lista de las firmas que se aplican a este objeto que se puede firmar.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90Signable Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)