Compartir a través de


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

Valor de propiedad

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

Comentarios

Puede ser nulo para algunos valores de la opción.

Seguridad de .NET Framework

Vea también

Referencia

StatisticsOption Clase

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