다음을 통해 공유


Trustworthy 속성

Gets or sets a Boolean property for the database adapter base.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Property Trustworthy As Boolean
    Get
    Set
‘사용 방법
Dim instance As DatabaseAdapterBase
Dim value As Boolean

value = instance.Trustworthy

instance.Trustworthy = value
public bool Trustworthy { get; set; }
public:
virtual property bool Trustworthy {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract Trustworthy : bool with get, set
override Trustworthy : bool with get, set
final function get Trustworthy () : boolean
final function set Trustworthy (value : boolean)

속성 값

형식: System. . :: . .Boolean
Boolean
Returns True if database is set to Trustworthy. Otherwise, False.