DeployedDac.Trustworthy Property

Definition

Gets a value that indicates whether the instance of SQL Server trusts the DeployedDac and the contents within it.

public:
 property bool Trustworthy { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public bool Trustworthy { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.Trustworthy : bool
Public ReadOnly Property Trustworthy As Boolean

Property Value

A Boolean value that indicates whether the DeployedDac is trusted. If true, the DeployedDac is trusted. Otherwise, false.

Attributes

Applies to