ISql90Signable.Signatures Property
Gets a list of signatures.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property Signatures As IList(Of ISql90Signature)
Get
'Usage
Dim instance As ISql90Signable
Dim value As IList(Of ISql90Signature)
value = instance.Signatures
IList<ISql90Signature> Signatures { get; }
property IList<ISql90Signature^>^ Signatures {
IList<ISql90Signature^>^ get ();
}
function get Signatures () : IList<ISql90Signature>
abstract Signatures : IList<ISql90Signature>
Property Value
Type: System.Collections.Generic.IList<ISql90Signature>
Returns a list of ISql90Signature instances.
.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.