Udostępnij za pośrednictwem


Właściwość SymmetricKey.Owner

Pobiera lub ustawia właściciela klucz zawartości.

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

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Owner As String
    Get
    Set
'Użycie
Dim instance As SymmetricKey
Dim value As String

value = instance.Owner

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

Wartość właściwości

Typ: System.String
A String wartość określająca właściciela klucz zawartości.