Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the certificate source.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property CertificateSource As EncryptionSource
Get
Set
'Usage
Dim instance As CreateCertificateStatement
Dim value As EncryptionSource
value = instance.CertificateSource
instance.CertificateSource = value
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionSource
The certificate source.