IDynamicReadOnly Interface
Dynamic read only interface.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Interface IDynamicReadOnly
'Usage
Dim instance As IDynamicReadOnly
public interface IDynamicReadOnly
public interface class IDynamicReadOnly
type IDynamicReadOnly = interface end
public interface IDynamicReadOnly
The IDynamicReadOnly type exposes the following members.
Methods
Name | Description | |
---|---|---|
OverrideReadOnly | Overrides read only method. |
Top
Events
Name | Description | |
---|---|---|
ReadOnlyPropertyChanged | Event activated when a property is changed. |
Top