Database::DatabaseSnapshotBaseName Property
SQL Server 2012
Gets the name of the snapshot base for the database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)] public: virtual property String^ DatabaseSnapshotBaseName { String^ get () sealed; void set (String^ value) sealed; }
Property Value
Type: System::StringA String value that uniquely specifies the name of the snapshot base for the database.
