RemoteDataArchiveDatabaseSettingKind Enum

Definition

The possible settings under 'ALTER DATABASE d1 SET REMOTE_DATA_ARCHIVE = (...)'

public enum RemoteDataArchiveDatabaseSettingKind
type RemoteDataArchiveDatabaseSettingKind = 
Public Enum RemoteDataArchiveDatabaseSettingKind
Inheritance
RemoteDataArchiveDatabaseSettingKind

Fields

Credential 1

Represents the CREDENTIAL option in the REMOTE_DATA_ARCHIVE set options

FederatedServiceAccount 2

Represents the FEDERATED_SERVICE_ACCOUNT option in the REMOTE_DATA_ARCHIVE set options

Server 0

Represents the SERVER option in the REMOTE_DATA_ARCHIVE set options

Applies to