Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.