Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The TRUSTWORTHY database property is used to indicate whether the instance of SQL Server trusts the database and the contents within it.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<DisplayNameKeyAttribute("Database_TrustworthyName")> _
<DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")> _
Property Trustworthy As Boolean
Get
Set
'Uso
Dim instance As IDatabaseOptions
Dim value As Boolean
value = instance.Trustworthy
instance.Trustworthy = value
[DisplayNameKeyAttribute("Database_TrustworthyName")]
[DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")]
bool Trustworthy { get; set; }
[DisplayNameKeyAttribute(L"Database_TrustworthyName")]
[DisplayDescriptionKeyAttribute(L"Database_TrustworthyDesc")]
property bool Trustworthy {
bool get ();
void set (bool value);
}
[<DisplayNameKeyAttribute("Database_TrustworthyName")>]
[<DisplayDescriptionKeyAttribute("Database_TrustworthyDesc")>]
abstract Trustworthy : bool with get, set
function get Trustworthy () : boolean
function set Trustworthy (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
A Boolean value specifying the Trustworthy property.
Comentarios
By default, this setting is OFF