SqlSchemaDeploymentOptions.IgnoreBodyDependencies Property
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Property IgnoreBodyDependencies As Boolean
Get
Set
'Usage
Dim instance As SqlSchemaDeploymentOptions
Dim value As Boolean
value = instance.IgnoreBodyDependencies
instance.IgnoreBodyDependencies = value
public bool IgnoreBodyDependencies { get; set; }
public:
property bool IgnoreBodyDependencies {
bool get ();
void set (bool value);
}
member IgnoreBodyDependencies : bool with get, set
function get IgnoreBodyDependencies () : boolean
function set IgnoreBodyDependencies (value : boolean)
Property Value
Type: Boolean
.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.
See Also
Reference
SqlSchemaDeploymentOptions Class