Propriété AsymmetricKeys
Gets a collection of all asymmetric keys in the database.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property AsymmetricKeys As IMutableMetadataCollection(Of IAsymmetricKey)
Get
'Utilisation
Dim instance As IMutableDatabase
Dim value As IMutableMetadataCollection(Of IAsymmetricKey)
value = instance.AsymmetricKeys
IMutableMetadataCollection<IAsymmetricKey> AsymmetricKeys { get; }
property IMutableMetadataCollection<IAsymmetricKey^>^ AsymmetricKeys {
IMutableMetadataCollection<IAsymmetricKey^>^ get ();
}
abstract AsymmetricKeys : IMutableMetadataCollection<IAsymmetricKey>
function get AsymmetricKeys () : IMutableMetadataCollection<IAsymmetricKey>
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IAsymmetricKey> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of IAsymmetricKey that contains all asymmetric keys in the database.