ITableOptions.Owner 属性

Gets or sets the owner of the table options.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("Table_OwnerName")> _
<DisplayDescriptionKeyAttribute("Table_OwnerDesc")> _
Property Owner As String 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

ITableOptions 接口

Microsoft.SqlServer.Management.Smo 命名空间