DacExtractOptions.ExtractApplicationScopedObjectsOnly Property

Get or set boolean that specifies the scope of objects extracted from the source.

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public Property ExtractApplicationScopedObjectsOnly As Boolean 
    Get 
    Set
'Usage
Dim instance As DacExtractOptions 
Dim value As Boolean 

value = instance.ExtractApplicationScopedObjectsOnly

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

Property Value

Type: System.Boolean
True if only application-scoped objects should be extracted; otherwise false to extract all object types. Default value is true.

See Also

Reference

DacExtractOptions Class

Microsoft.SqlServer.Dac Namespace