RemoteDataArchiveDatabaseSettingKind Enum
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.
The possible settings under 'ALTER DATABASE d1 SET REMOTE_DATA_ARCHIVE = (...)'
public enum RemoteDataArchiveDatabaseSettingKind
type RemoteDataArchiveDatabaseSettingKind =
Public Enum RemoteDataArchiveDatabaseSettingKind
- Inheritance
-
RemoteDataArchiveDatabaseSettingKind
Fields
Name | Value | Description |
---|---|---|
Server | 0 | Represents the SERVER option in the REMOTE_DATA_ARCHIVE set options |
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 |