BackupRestoreBase.IsBackupUrlDeviceSupported Method (ServerVersion)

 

Applies To: SQL Server 2016 Preview

Indicates whether BackupToUrl is supported on the connected server version.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

public static bool IsBackupUrlDeviceSupported(
    ServerVersion currentServerVersion
)
public:
static bool IsBackupUrlDeviceSupported(
    ServerVersion^ currentServerVersion
)
static member IsBackupUrlDeviceSupported : 
        currentServerVersion:ServerVersion -> bool
Public Shared Function IsBackupUrlDeviceSupported (
    currentServerVersion As ServerVersion
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the BackupToUrl is supported on the connected server version; otherwise, false.

See Also

BackupRestoreBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top