ActionHandlerInfo.IActionHandlerInfo.DefaultProperties Property
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.
Gets the default property for the dictionary.
property Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ Microsoft::SqlServer::Management::IActionHandlerInfo::DefaultProperties { Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ get(); };
[System.Xml.Serialization.XmlIgnore]
Microsoft.SqlServer.Management.Data.IPropertyDictionary Microsoft.SqlServer.Management.IActionHandlerInfo.DefaultProperties { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.Microsoft.SqlServer.Management.IActionHandlerInfo.DefaultProperties : Microsoft.SqlServer.Management.Data.IPropertyDictionary
ReadOnly Property DefaultProperties As IPropertyDictionary Implements IActionHandlerInfo.DefaultProperties
Property Value
The default property of the dictionary.
Implements
- Attributes