SqlDeploymentOptions.ScriptDatabaseOptions 속성
Get or set boolean that specifies whether the database options in the target database should be updated to match the source model.
네임스페이스: Microsoft.SqlServer.Dac.Deployment
어셈블리: Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)
구문
‘선언
Public ReadOnly Property ScriptDatabaseOptions As Boolean
Get
‘사용 방법
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.ScriptDatabaseOptions
public bool ScriptDatabaseOptions { get; }
public:
property bool ScriptDatabaseOptions {
bool get ();
}
member ScriptDatabaseOptions : bool
function get ScriptDatabaseOptions () : boolean
속성 값
유형: System.Boolean
True to alter the target database's options; otherwise, false. Default is true.