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

Nome Valore Descrizione
NotSupported 0

La proprietà non è supportata dal provider.

Required 1

L'utente deve specificare un valore per questa proprietà prima dell'inizializzazione dell'origine dati.

Optional 2

L'utente non deve specificare un valore per questa proprietà prima dell'inizializzazione dell'origine dati.

Read 512

L'utente può leggere la proprietà .

Write 1024

L'utente può scrivere nella proprietà .

Si applica a