IActionHandlerInfo.DefaultProperties Propiedad

Definición

Obtiene las propiedades predeterminadas asociadas al controlador de acción.

public:
 property Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ DefaultProperties { Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ get(); };
public Microsoft.SqlServer.Management.Data.IPropertyDictionary DefaultProperties { get; }
member this.DefaultProperties : Microsoft.SqlServer.Management.Data.IPropertyDictionary
Public ReadOnly Property DefaultProperties As IPropertyDictionary

Valor de propiedad

Propiedades predeterminadas asociadas al controlador de acción.

Se aplica a