DatabaseSnapshotExtender Members

Include Protected Members
Include Inherited Members

Adds methods and properties to the DatabaseSnapshot object.

The DatabaseSnapshotExtender type exposes the following members.

Constructors

  Name Description
Public method DatabaseSnapshotExtender() Adds methods and properties to the DatabaseSnapshot object.
Public method DatabaseSnapshotExtender(Database) Adds methods and properties to the DatabaseSnapshot object

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Protected method GetParentSfcPropertySet() (Inherited from SmoObjectExtender<T>.)
Public method GetPropertySet() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnPropertyChanged(String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)
Protected method OnPropertyMetadataChanged(String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)
Protected method parent_PropertyChanged(Object, PropertyChangedEventArgs) (Overrides SfcObjectExtenderparent_PropertyChanged(Object, PropertyChangedEventArgs).)
Protected method parent_PropertyMetadataChanged(Object, SfcPropertyMetadataChangedEventArgs) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)
Protected method RegisterParentProperty(PropertyInfo) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)
Protected method RegisterProperty(PropertyInfo) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)
Protected method RegisterProperty(PropertyInfo, String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Files Gets a collection of the data and log files associated with a database.
Protected property Parent() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)

Top

Events

  Name Description
Public event PropertyChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)
Public event PropertyMetadataChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Database>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ISfcValidateValidate(String, array<Object[])

Top