ISql90Signable.Signatures Property

Gets a list of the signatures that apply to this signable object.

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

Syntax

'Declaration
ReadOnly Property Signatures As IList(Of ISql90Signature)
IList<ISql90Signature> Signatures { get; }
property IList<ISql90Signature^>^ Signatures {
    IList<ISql90Signature^>^ get ();
}
abstract Signatures : IList<ISql90Signature>
function get Signatures () : IList<ISql90Signature>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90Signable Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace