ObjectPropertyProvider Class
Represents the object that should be used to provide properties in the class.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | ObjectPropertyProvider() | Initializes a new instance of the ObjectPropertyProvider class with the default property values. |
![]() | ObjectPropertyProvider(Object^) | Initializes a new instance of the ObjectPropertyProvider class with the specified data object. |
![]() | ObjectPropertyProvider(Object^, IObjectPropertyFilter^) | Initializes a new instance of the ObjectPropertyProvider class with the specified data object and filter. |
![]() | ObjectPropertyProvider(Object^, String^, IObjectPropertyFilter^) | Initializes a new instance of the ObjectPropertyProvider class with the specified data object, prefix, and filter. |
![]() | ObjectPropertyProvider(Type^) | Initializes a new instance of the ObjectPropertyProvider class with the specified type. |
![]() | ObjectPropertyProvider(Type^, IObjectPropertyFilter^) | Initializes a new instance of the ObjectPropertyProvider class with the specified type and filter. |
![]() | ObjectPropertyProvider(Type^, String^) | Initializes a new instance of the ObjectPropertyProvider class with the specified type and prefix. |
![]() | ObjectPropertyProvider(Type^, String^, IObjectPropertyFilter^) | Initializes a new instance of the ObjectPropertyProvider class with the specified type, prefix, and filter. |
| Name | Description | |
|---|---|---|
![]() | DataObject | Gets or sets the data value of the current DataObject object. |
![]() | Properties | Gets the properties of the current data object in the list. |
![]() | Type | Gets the type of the property that provides data. |
| Name | Description | |
|---|---|---|
![]() | AttachPropertyTo(ISfcProperty^, IDataBus^, Boolean) | Adds a property attachment to the object. |
![]() | AttachTo(IDataBus^, Boolean) | Attaches an object to the ObjectPropertyProvider. |
![]() | Commit() | Commits the property that provides data. |
![]() | Commit(Object^) | Provides specified data for the object to use. |
![]() | Contains(ISfcProperty^) | Retrieves a value that indicates a specified value of the item in the object property. |
![]() | Contains(String^) | Retrieves a value that indicates whether the specified string object occurs in this string. |
![]() | Contains<T>(String^) | Retrieves a string value that indicates the object property. |
![]() | EnumProperties() | Specifies the value of the properties. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPropertySet() | Provides a method to retrieve data for the property. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnPropertyChanged(String^) | Raises the T:System.CompontentModel.INotifyPropertyChanged.PropertyChanged event that uses the name of the property that changed. |
![]() | OnPropertyMetadataChanged(String^) | Retrieves a string that represents the current object. |
![]() | ResolvePropertyMismatch(ISfcProperty^, IDataBus^, Boolean, ValueMismatchPropertyException^) | Looks up the specified property that does not match the object. |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetProperty(String^, ISfcProperty^%) | Retrieves a value that indicates the property to get. This class cannot be inherited. |
![]() | TryGetPropertyValue(String^, Object^%) | Retrieves a value that indicates the property value to get. This class cannot be inherited. |
![]() | TryGetPropertyValue<T>(String^, T%) | Retrieves a value that indicates whether the property value is in the object property. This class cannot be inherited. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. This class cannot be inherited. |
![]() | PropertyMetadataChanged | Occurs when the metadata of the list changes. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



