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