다음을 통해 공유


DacDeployOptions.DoNotDropObjectTypes 속성

정의

원본에 해당 개체가 없을 때 대상에서 삭제되지 않는 개체 형식의 컬렉션을 얻거나 설정합니다. 다른 개체의 종속성으로 인해 지정된 형식의 개체를 삭제하고 다시 만들어야 할 수도 있습니다.

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

속성 값

특성

적용 대상