SignatureStatementBase.ElementKind (Propiedad)

Obtiene o establece el tipo de elemento.

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

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SignableElementKind
Devuelve un valor de enumeración SignableElementKind.

Seguridad de .NET Framework

Vea también

Referencia

SignatureStatementBase Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)