DacExtensions.IsLedgerOn Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IsLedgerOn(BacPackage) | |
IsLedgerOn(DacPackage) |
IsLedgerOn(BacPackage)
public static bool IsLedgerOn (this Microsoft.SqlServer.Dac.BacPackage package);
static member IsLedgerOn : Microsoft.SqlServer.Dac.BacPackage -> bool
<Extension()>
Public Function IsLedgerOn (package As BacPackage) As Boolean
Parameters
- package
- BacPackage
Returns
Applies to
IsLedgerOn(DacPackage)
public static bool IsLedgerOn (this Microsoft.SqlServer.Dac.DacPackage package);
static member IsLedgerOn : Microsoft.SqlServer.Dac.DacPackage -> bool
<Extension()>
Public Function IsLedgerOn (package As DacPackage) As Boolean
Parameters
- package
- DacPackage