DataSysDescriptionAttribute(String) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202
Attenzione
DataSysDescriptionAttribute has been deprecated and is not supported.
Attenzione
DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Inizializza una nuova istanza della classe DataSysDescriptionAttribute utilizzando la stringa di descrizione specificata.
public:
DataSysDescriptionAttribute(System::String ^ description);
[System.Obsolete("DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public DataSysDescriptionAttribute (string description);
[System.Obsolete("DataSysDescriptionAttribute has been deprecated and is not supported.")]
public DataSysDescriptionAttribute (string description);
[System.Obsolete("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public DataSysDescriptionAttribute (string description);
public DataSysDescriptionAttribute (string description);
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202", false)>]
new System.Data.DataSysDescriptionAttribute : string -> System.Data.DataSysDescriptionAttribute
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated and is not supported.")>]
new System.Data.DataSysDescriptionAttribute : string -> System.Data.DataSysDescriptionAttribute
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
new System.Data.DataSysDescriptionAttribute : string -> System.Data.DataSysDescriptionAttribute
new System.Data.DataSysDescriptionAttribute : string -> System.Data.DataSysDescriptionAttribute
Public Sub New (description As String)
Parametri
- description
- String
Stringa di descrizione.
- Attributi