DataSysDescriptionAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202
Caution
DataSysDescriptionAttribute has been deprecated and is not supported.
Caution
DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Initializes a new instance of the DataSysDescriptionAttribute class using the specified description string.
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)
Parameters
- description
- String
The description string.
- Attributes