AsymmetricKeys Propiedad
Gets a collection of all asymmetric keys in the database.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property AsymmetricKeys As IMutableMetadataCollection(Of IAsymmetricKey)
Get
'Uso
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>
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IAsymmetricKey> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of IAsymmetricKey that contains all asymmetric keys in the database.