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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.