Propriété DacExtractOptions.ExtractReferencedServerScopedElements
Get or set boolean that specifies whether server-scoped elements referenced by the source should be extracted.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public Property ExtractReferencedServerScopedElements As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
True if references server-scoped elements should be extracted; otherwise false. Default value is true.