Udostępnij za pośrednictwem


Właściwość ITableOptions.Owner

Pobiera lub ustawia właściciela Opcje tabela.

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

Składnia

'Deklaracja
<DisplayNameKeyAttribute("Table_OwnerName")> _
<DisplayDescriptionKeyAttribute("Table_OwnerDesc")> _
Property Owner As String
    Get
    Set
'Użycie
Dim instance As ITableOptions
Dim value As String

value = instance.Owner

instance.Owner = value
[DisplayNameKeyAttribute("Table_OwnerName")]
[DisplayDescriptionKeyAttribute("Table_OwnerDesc")]
string Owner { get; set; }
[DisplayNameKeyAttribute(L"Table_OwnerName")]
[DisplayDescriptionKeyAttribute(L"Table_OwnerDesc")]
property String^ Owner {
    String^ get ();
    void set (String^ value);
}
[<DisplayNameKeyAttribute("Table_OwnerName")>]
[<DisplayDescriptionKeyAttribute("Table_OwnerDesc")>]
abstract 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 Opcje tabela.