BackupRestoreBase.IsBackupUrlDeviceSupported(ServerVersion) 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.
Helper to check if BackupToUrl is supported on the connected server version
public static bool IsBackupUrlDeviceSupported (Microsoft.SqlServer.Management.Common.ServerVersion currentServerVersion);
static member IsBackupUrlDeviceSupported : Microsoft.SqlServer.Management.Common.ServerVersion -> bool
Public Shared Function IsBackupUrlDeviceSupported (currentServerVersion As ServerVersion) As Boolean
Parameters
- currentServerVersion
- ServerVersion