Partager via


Propriété EnumProperty.Default

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the default enumeration value.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Default As Object 
    Get
'Utilisation
Dim instance As EnumProperty 
Dim value As Object 

value = instance.Default
public Object Default { get; }
public:
virtual property Object^ Default {
    Object^ get () sealed;
}
abstract Default : Object 
override Default : Object
final function get Default () : Object

Valeur de propriété

Type : System.Object
The default enumeration value.

Implémente

IPropertyDefinition.Default

Voir aussi

Référence

EnumProperty Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel