SqlPackageImportSettings Class

Assembly
Cake.SqlPackage.dll
Namespace
Cake.SqlPackage
Base Types
graph BT Type-->Base0["SqlPackageSettings"] click Base0 "/api/Cake.SqlPackage/SqlPackageSettings" Base0-->Base1["ToolSettings"] Type["SqlPackageImportSettings"] class Type type-node

Syntax

public class SqlPackageImportSettings : SqlPackageSettings

Constructors

Fields

Name Constant Value Summary
_action
Inherited from SqlPackageSettings
TenantId
Inherited from SqlPackageSettings

Properties

Name Value Summary
Action SqlPackageAction
Inherited from SqlPackageSettings
OutputPath FilePath
Inherited from SqlPackageSettings
OverwriteFiles Nullable<bool>
Inherited from SqlPackageSettings
Profile FilePath
Inherited from SqlPackageSettings
Properties IDictionary<string, string>
Inherited from SqlPackageSettings
Quiet Nullable<bool>
Inherited from SqlPackageSettings
SourceConnectionString string
Inherited from SqlPackageSettings
SourceDatabaseName string
Inherited from SqlPackageSettings
SourceEncryptConnection Nullable<bool>
Inherited from SqlPackageSettings
SourceFile FilePath
Inherited from SqlPackageSettings
SourcePassword string
Inherited from SqlPackageSettings
SourceServerName string
Inherited from SqlPackageSettings
SourceTimeout int
Inherited from SqlPackageSettings
SourceTrustServerCertificate Nullable<bool>
Inherited from SqlPackageSettings
SourceUser string
Inherited from SqlPackageSettings
TargetConnectionString string
Inherited from SqlPackageSettings
TargetDatabaseName string
Inherited from SqlPackageSettings
TargetEncryptConnection Nullable<bool>
Inherited from SqlPackageSettings
TargetFile FilePath
Inherited from SqlPackageSettings
TargetPassword string
Inherited from SqlPackageSettings
TargetServerName string
Inherited from SqlPackageSettings
TargetTimeout int
Inherited from SqlPackageSettings
TargetTrustServerCertificate Nullable<bool>
Inherited from SqlPackageSettings
TargetUser string
Inherited from SqlPackageSettings
UniversalAuthentication Nullable<bool>
Inherited from SqlPackageSettings
Variables IDictionary<string, string>
Inherited from SqlPackageSettings

Extension Methods

Name Value Summary
Dump<SqlPackageImportSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SqlPackageImportSettings>(SqlPackageImportSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SqlPackageImportSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SqlPackageImportSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SqlPackageImportSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<SqlPackageImportSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin