PropertyAttributes Enumerazione

Definizione

Attenzione

PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Specifica gli attributi di una proprietà.

Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.

public enum class PropertyAttributes
[System.Flags]
public enum PropertyAttributes
[System.Flags]
[System.Obsolete("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
public enum PropertyAttributes
[<System.Flags>]
type PropertyAttributes = 
[<System.Flags>]
[<System.Obsolete("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type PropertyAttributes = 
Public Enum PropertyAttributes
Ereditarietà
PropertyAttributes
Attributi

Campi

NotSupported 0

La proprietà non è supportata dal provider.

Optional 2

Non è necessario specificare un valore per questa proprietà prima che l'origine dati venga inizializzata.

Read 512

È possibile leggere la proprietà.

Required 1

È necessario specificare un valore per questa proprietà prima che l'origine dati venga inizializzata.

Write 1024

È possibile scrivere la proprietà.

Si applica a