共用方式為


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 命名空間