Propriedade do RDL CertificateName
Gets the name of the certificate.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<ExtendedPropertyAttribute> _
Public Property CertificateName As String
Get
Set
'Uso
Dim instance As DatabaseEncryptionKeyExtender
Dim value As String
value = instance.CertificateName
instance.CertificateName = value
[ExtendedPropertyAttribute]
public string CertificateName { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ CertificateName {
String^ get ();
void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member CertificateName : string with get, set
function get CertificateName () : String
function set CertificateName (value : String)
Valor da propriedade
Tipo: System. . :: . .String
String
Consulte também