ISql90Signable.Signatures 属性

获取应用于此可签名对象的签名的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.IList<ISql90Signature>

.NET Framework 安全性

请参见

参考

ISql90Signable 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间