Propriété ITableOptions.Owner

Gets or sets the owner of the table options.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayNameKeyAttribute("Table_OwnerName")> _
<DisplayDescriptionKeyAttribute("Table_OwnerDesc")> _
Property Owner As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A String value that specifies the owner of the table options.

Voir aussi

Référence

ITableOptions Interface

Espace de noms Microsoft.SqlServer.Management.Smo