ISql90DatabaseOptions.IsTrustworthyOn (Propiedad)
Obtiene o establece un valor que indica si está habilitado el valor TRUSTWORTHY.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
Property IsTrustworthyOn As Boolean
Get
Set
bool IsTrustworthyOn { get; set; }
property bool IsTrustworthyOn {
bool get ();
void set (bool value);
}
abstract IsTrustworthyOn : bool with get, set
function get IsTrustworthyOn () : boolean
function set IsTrustworthyOn (value : boolean)
Valor de propiedad
Tipo: System.Boolean
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.