SmoObjectExtender<T> Class
Represents the SmoObjectExtender<T> class that adds methods and properties to an SqlSmoObject class instance.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcObjectExtender<TSfcInstance>
Microsoft.SqlServer.Management.Smo::SmoObjectExtender<T>
Microsoft.SqlServer.Management.Smo::AuditExtender
Microsoft.SqlServer.Management.Smo.Broker::BrokerPriorityExtender
Microsoft.SqlServer.Management.Smo.Broker::BrokerServiceExtender
Microsoft.SqlServer.Management.Smo.Broker::MessageTypeExtender
Microsoft.SqlServer.Management.Smo.Broker::RemoteServiceBindingExtender
Microsoft.SqlServer.Management.Smo.Broker::ServiceContractExtender
Microsoft.SqlServer.Management.Smo.Broker::ServiceQueueExtender
Microsoft.SqlServer.Management.Smo.Broker::ServiceRouteExtender
Microsoft.SqlServer.Management.Smo::DatabaseAuditSpecificationExtender
Microsoft.SqlServer.Management.Smo::DatabaseEncryptionKeyExtender
Microsoft.SqlServer.Management.Smo::DatabaseSnapshotExtender
Microsoft.SqlServer.Management.Smo::PlanGuideExtender
Microsoft.SqlServer.Management.Smo::SequenceExtender
Microsoft.SqlServer.Management.Smo::ServerAuditSpecificationExtender
Microsoft.SqlServer.Management.Smo::ServerRoleExtender
| Name | Description | |
|---|---|---|
![]() | SmoObjectExtender<T>() | Creates a new default instance of the SmoObjectExtender<T> class. |
![]() | SmoObjectExtender<T>(T) | Creates a new instance of the SmoObjectExtender<T> class that extends the specified object. |
| Name | Description | |
|---|---|---|
![]() | Parent | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetParentSfcPropertySet() | Returns an instance of the parent objects property set.(Overrides SfcObjectExtender<TSfcInstance>::GetParentSfcPropertySet().) |
![]() | GetPropertySet() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnPropertyChanged(String^) | Raises the T:System.ComponentModel.INotifyPropertyChanged.PropertyChanged event when it has any subscriber. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | OnPropertyMetadataChanged(String^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | parent_PropertyChanged(Object^, PropertyChangedEventArgs^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | parent_PropertyMetadataChanged(Object^, SfcPropertyMetadataChangedEventArgs^) | Indicates the parent object in the PropertyMetadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | RegisterParentProperty(PropertyInfo^) | Registers the property of the parent that has not been included in properties collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | RegisterProperty(PropertyInfo^) | Registers an additional reflected property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | RegisterProperty(PropertyInfo^, String^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | PropertyMetadataChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



