DataSysDescriptionAttribute(String) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Atenção
DataSysDescriptionAttribute has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202
Inicializa uma nova instância da DataSysDescriptionAttribute classe usando a cadeia de descrição especificada.
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)
Parâmetros
- description
- String
A cadeia de descrição.
- Atributos