ISql90Assembly.AsymmetricKeys プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property AsymmetricKeys As IList(Of ISql90AsymmetricKey)
'使用
Dim instance As ISql90Assembly
Dim value As IList(Of ISql90AsymmetricKey)
value = instance.AsymmetricKeys
IList<ISql90AsymmetricKey> AsymmetricKeys { get; }
property IList<ISql90AsymmetricKey^>^ AsymmetricKeys {
IList<ISql90AsymmetricKey^>^ get ();
}
function get AsymmetricKeys () : IList<ISql90AsymmetricKey>
プロパティ値
型 : System.Collections.Generic.IList<ISql90AsymmetricKey>