Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.