Compartir a través de


CreateCertificateStatement.CertificateSource (Propiedad)

Obtiene o establece el origen del certificado.

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

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionSource
Devuelve un objeto EncryptionSource.

Seguridad de .NET Framework

Vea también

Referencia

CreateCertificateStatement Clase

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