Propriedade do RDL AsymmetricKeys
Gets a collection of all asymmetric keys in the database.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property AsymmetricKeys As IMetadataCollection(Of IAsymmetricKey)
Get
'Uso
Dim instance As IDatabase
Dim value As IMetadataCollection(Of IAsymmetricKey)
value = instance.AsymmetricKeys
IMetadataCollection<IAsymmetricKey> AsymmetricKeys { get; }
property IMetadataCollection<IAsymmetricKey^>^ AsymmetricKeys {
IMetadataCollection<IAsymmetricKey^>^ get ();
}
abstract AsymmetricKeys : IMetadataCollection<IAsymmetricKey>
function get AsymmetricKeys () : IMetadataCollection<IAsymmetricKey>
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IAsymmetricKey> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IAsymmetricKey that contains all asymmetric keys in the database.
Consulte também