DatabaseSnapshotExtender Class
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.
Important
This API is not CLS-compliant.
Extender class for Database Snapshot
[System.CLSCompliant(false)]
public class DatabaseSnapshotExtender : Microsoft.SqlServer.Management.Smo.SmoObjectExtender<Microsoft.SqlServer.Management.Smo.Database>, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcValidate
[<System.CLSCompliant(false)>]
type DatabaseSnapshotExtender = class
inherit SmoObjectExtender<Database>
interface ISfcValidate
Public Class DatabaseSnapshotExtender
Inherits SmoObjectExtender(Of Database)
Implements ISfcValidate
- Inheritance
- Attributes
- Implements
Constructors
DatabaseSnapshotExtender() |
default ctor |
DatabaseSnapshotExtender(Database) |
ctor. Takes parent database object to aggregate on |
Properties
Files | |
Parent |
Parent object (Inherited from SfcObjectExtender<TSfcInstance>) |
Methods
Events
PropertyChanged | (Inherited from SfcObjectExtender<TSfcInstance>) |
PropertyMetadataChanged | (Inherited from SfcObjectExtender<TSfcInstance>) |
Explicit Interface Implementations
ISfcValidate.Validate(String, Object[]) |