Compartir a través de


CertificateUser Propiedad

Gets or sets the user that holds the certificate associated with the remote service binding.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property CertificateUser As String
    Get
    Set
'Uso
Dim instance As RemoteServiceBinding
Dim value As String

value = instance.CertificateUser

instance.CertificateUser = value
[SfcPropertyAttribute]
public string CertificateUser { get; set; }
[SfcPropertyAttribute]
public:
property String^ CertificateUser {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member CertificateUser : string with get, set
function get CertificateUser () : String
function set CertificateUser (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A String value that specifies the user that holds the certificate associated with the remote service binding.