Propriedade CertificateOption.Value

Obtém ou define o valor de opção.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property Value As Literal
    Get
    Set
public Literal Value { get; set; }
public:
property Literal^ Value {
    Literal^ get ();
    void set (Literal^ value);
}
member Value : Literal with get, set
function get Value () : Literal
function set Value (value : Literal)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

CertificateOption Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql