Właściwość Credential.Identity
Pobiera lub ustawia związanych z poświadczenia tożsamości.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Identity As String
Get
Set
'Użycie
Dim instance As Credential
Dim value As String
value = instance.Identity
instance.Identity = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Identity { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Identity {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Identity : string with get, set
function get Identity () : String
function set Identity (value : String)
Wartość właściwości
Typ: System.String
A String wartość określająca tożsamości skojarzone z poświadczeń.
Uwagi
Tożsamość jest zazwyczaj konto systemu Windows.
Zobacz także