Compartir a través de


DataSchemaError.HelpKeyword (Propiedad)

Obtiene o establece la palabra clave para conectar el error y la documentación de Ayuda.

Espacio de nombres:  Microsoft.Data.Schema
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Property HelpKeyword As String
    Get
    Set
public string HelpKeyword { get; set; }
public:
property String^ HelpKeyword {
    String^ get ();
    void set (String^ value);
}
member HelpKeyword : string with get, set
function get HelpKeyword () : String
function set HelpKeyword (value : String)

Valor de propiedad

Tipo: System.String
Palabra clave de Ayuda.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaError Clase

Microsoft.Data.Schema (Espacio de nombres)