共用方式為


DacExtractOptions.ExtractReferencedServerScopedElements 屬性

定義

取得或設定布林值,指定是否應該擷取來源所參考的伺服器範圍元素。

public bool ExtractReferencedServerScopedElements { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractReferencedServerScopedElements")]
public bool ExtractReferencedServerScopedElements { get; set; }
member this.ExtractReferencedServerScopedElements : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractReferencedServerScopedElements")>]
member this.ExtractReferencedServerScopedElements : bool with get, set
Public Property ExtractReferencedServerScopedElements As Boolean

屬性值

如果應該擷取參考伺服器範圍元素,則為 True,否則為 false。 預設值為 true。

屬性

適用於