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 whether server-scoped elements referenced by the source should be extracted.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property ExtractReferencedServerScopedElements As Boolean
Get
Set
'Usage
Dim instance As DacExtractOptions
Dim value As Boolean
value = instance.ExtractReferencedServerScopedElements
instance.ExtractReferencedServerScopedElements = value
public bool ExtractReferencedServerScopedElements { get; set; }
public:
property bool ExtractReferencedServerScopedElements {
bool get ();
void set (bool value);
}
member ExtractReferencedServerScopedElements : bool with get, set
function get ExtractReferencedServerScopedElements () : boolean
function set ExtractReferencedServerScopedElements (value : boolean)
Property Value
Type: System.Boolean
True if references server-scoped elements should be extracted; otherwise false. Default value is true.