Show / Hide Table of Contents

Class ImportContext.BakImportOptionsData

Import parameters specific to SQL Server .BAK files

Inheritance
System.Object
ImportContext.BakImportOptionsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class BakImportOptionsData

Properties

EncryptionOptions

Declaration
[JsonProperty("encryptionOptions")]
public virtual ImportContext.BakImportOptionsData.EncryptionOptionsData EncryptionOptions { get; set; }
Property Value
Type Description
ImportContext.BakImportOptionsData.EncryptionOptionsData
In This Article
Back to top