Partager via


Database.DatabaseSnapshotBaseName Property

Gets the name of the snapshot base for the database.

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public Property DatabaseSnapshotBaseName As String
public string DatabaseSnapshotBaseName { get; set; }
public:
property String^ DatabaseSnapshotBaseName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DatabaseSnapshotBaseName ()

/** @property */
public void set_DatabaseSnapshotBaseName (String value)
public function get DatabaseSnapshotBaseName () : String

public function set DatabaseSnapshotBaseName (value : String)

Valeur de propriété

A String value that uniquely specifies the name of the snapshot base for the database.

Notes

Texte mis à jour :17 juillet 2006

A database snapshot is a copy of the database at a point in time. The database snapshot base is the source database that is used when creating the snapshot.

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemple

Console.WriteLine(db.DatabaseSnapshotBaseName)

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Database Class
Database Members
Microsoft.SqlServer.Management.Smo Namespace

Autres ressources

How to: Create, Alter, and Remove a Database in Visual Basic .NET
Working with Snapshot Isolation
Creating, Altering, and Removing Databases
CREATE DATABASE (Transact-SQL)