SqlSchemaDeploymentOptions.OnlyCompareElementsInSource Property

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property OnlyCompareElementsInSource As Boolean
    Get
    Set
'Usage
Dim instance As SqlSchemaDeploymentOptions
Dim value As Boolean

value = instance.OnlyCompareElementsInSource

instance.OnlyCompareElementsInSource = value
public bool OnlyCompareElementsInSource { get; set; }
public:
property bool OnlyCompareElementsInSource {
    bool get ();
    void set (bool value);
}
member OnlyCompareElementsInSource : bool with get, set
function get OnlyCompareElementsInSource () : boolean
function set OnlyCompareElementsInSource (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

SqlSchemaDeploymentOptions Members

Microsoft.Data.Schema.Sql.Build Namespace