TaskUIUtils.IsSnapshotDatabase(Database, Int32) Method

Definition

public:
 static bool IsSnapshotDatabase(Microsoft::SqlServer::Management::Smo::Database ^ db, int serverVersion);
public static bool IsSnapshotDatabase (Microsoft.SqlServer.Management.Smo.Database db, int serverVersion);
static member IsSnapshotDatabase : Microsoft.SqlServer.Management.Smo.Database * int -> bool
Public Shared Function IsSnapshotDatabase (db As Database, serverVersion As Integer) As Boolean

Parameters

serverVersion
Int32

Returns

Applies to