DataSysDescriptionAttribute(String) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Let op
DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Let op
DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202
Initialiseert een nieuw exemplaar van de DataSysDescriptionAttribute klasse met behulp van de opgegeven beschrijvingstekenreeks.
public:
DataSysDescriptionAttribute(System::String ^ description);
public DataSysDescriptionAttribute(string description);
[System.Obsolete("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public DataSysDescriptionAttribute(string description);
[System.Obsolete("DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public DataSysDescriptionAttribute(string description);
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
[<System.Obsolete("DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202", false)>]
new System.Data.DataSysDescriptionAttribute : string -> System.Data.DataSysDescriptionAttribute
Public Sub New (description As String)
Parameters
- description
- String
De beschrijvingstekenreeks.
- Kenmerken