Compartir a través de


IdentifierLoginOption.Value (Propiedad)

Obtiene o establece el valor de la opción.

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 Value As Identifier
    Get
    Set
public Identifier Value { get; set; }
public:
property Identifier^ Value {
    Identifier^ get ();
    void set (Identifier^ value);
}
member Value : Identifier with get, set
function get Value () : Identifier
function set Value (value : Identifier)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

Seguridad de .NET Framework

Vea también

Referencia

IdentifierLoginOption Clase

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