ISql90Certificate.ExistingKeysAssembly Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ExistingKeysAssembly As ISql90Assembly
'Usage
Dim instance As ISql90Certificate
Dim value As ISql90Assembly
value = instance.ExistingKeysAssembly
instance.ExistingKeysAssembly = value
ISql90Assembly ExistingKeysAssembly { get; set; }
property ISql90Assembly^ ExistingKeysAssembly {
ISql90Assembly^ get ();
void set (ISql90Assembly^ value);
}
function get ExistingKeysAssembly () : ISql90Assembly
function set ExistingKeysAssembly (value : ISql90Assembly)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90Assembly
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.