Dela via


ISql90Assembly.Certificates Property

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

Syntax

'Declaration
ReadOnly Property Certificates As IList(Of ISql90Certificate)
'Usage
Dim instance As ISql90Assembly 
Dim value As IList(Of ISql90Certificate)

value = instance.Certificates
IList<ISql90Certificate> Certificates { get; }
property IList<ISql90Certificate^>^ Certificates {
    IList<ISql90Certificate^>^ get ();
}
function get Certificates () : IList<ISql90Certificate>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

ISql90Assembly Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace