AsymmetricKeys プロパティ
データベース内のすべての非対称キーのコレクションを取得します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
ReadOnly Property AsymmetricKeys As IMetadataCollection(Of IAsymmetricKey)
Get
'使用
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>
プロパティ値
型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IAsymmetricKey> ) > ) >
データベース内のすべての非対称キーを含む IAsymmetricKey の IMetadataCollection<(Of <(<'T>)>)> です。