CertificateUser-Eigenschaft
Gets or sets the user that holds the certificate associated with the remote service binding.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property CertificateUser As String
Get
Set
'Usage
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)
Eigenschaftenwert
Typ: System. . :: . .String
A String value that specifies the user that holds the certificate associated with the remote service binding.