SqlCmdDedicatedAdminConnection Property | MSBuild Extension Pack Help 4.0.12.0 |
Gets or sets a flag that indicates if the connection to SQL Server should use a Dedicated Administrator Connection (DAC).
This kind of connection is used to troubleshoot a server. This will only work with server computers that support DAC. If
DAC is not available, SqlCmd generates an error message and then exits. For more information about DAC, see
Using a Dedicated Administrator Connection.
Namespace: MSBuild.ExtensionPack.SqlServer
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
See Also