ソース モデルに存在しない拡張プロパティをすべて削除するかどうかを指定するブール値を取得または設定します。
名前空間: Microsoft.SqlServer.Dac
アセンブリ: Microsoft.SqlServer.Dac (Microsoft.SqlServer.Dac.dll)
構文
'宣言
Public Property DropExtendedPropertiesNotInSource As Boolean
Get
Set
'使用
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.DropExtendedPropertiesNotInSource
instance.DropExtendedPropertiesNotInSource = value
public bool DropExtendedPropertiesNotInSource { get; set; }
public:
property bool DropExtendedPropertiesNotInSource {
bool get ();
void set (bool value);
}
member DropExtendedPropertiesNotInSource : bool with get, set
function get DropExtendedPropertiesNotInSource () : boolean
function set DropExtendedPropertiesNotInSource (value : boolean)
プロパティ値
型: System.Boolean
ソース モデルに存在しない拡張プロパティを削除する場合は true、それ以外の場合は false。既定値は true です。