Udostępnij za pośrednictwem


Właściwość RemoteServiceBinding.CertificateUser

Pobiera lub ustawia użytkownika, który posiada certyfikat skojarzony z powiązanie usługa zdalnej.

Ten interfejs API nie jest zgodny ze specyfikacją CLS. 

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Broker
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<CLSCompliantAttribute(False)> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<SfcReferenceAttribute(GetType(User), "Server[@Name = '{0}']/Database[@Name = '{1}']/User[@Name = '{2}']",  _
    )> _
Public Property CertificateUser As String
    Get
    Set
'Użycie
Dim instance As RemoteServiceBinding
Dim value As String

value = instance.CertificateUser

instance.CertificateUser = value
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[SfcReferenceAttribute(typeof(User), "Server[@Name = '{0}']/Database[@Name = '{1}']/User[@Name = '{2}']", 
    )]
public string CertificateUser { get; set; }
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[SfcReferenceAttribute(typeof(User), L"Server[@Name = '{0}']/Database[@Name = '{1}']/User[@Name = '{2}']", 
    )]
public:
property String^ CertificateUser {
    String^ get ();
    void set (String^ value);
}
[<CLSCompliantAttribute(false)>]
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<SfcReferenceAttribute(typeof(User), "Server[@Name = '{0}']/Database[@Name = '{1}']/User[@Name = '{2}']", 
    )>]
member CertificateUser : string with get, set
function get CertificateUser () : String
function set CertificateUser (value : String)

Wartość właściwości

Typ: System.String
A String wartość określająca użytkownika przechowuje certyfikat skojarzony z powiązanie usługa zdalnej.