CreateCertificateStatement.CertificateSource, propriété
Obtient ou définit la source de certificat.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.EncryptionSource
Retourne EncryptionSource.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.