IDatabaseOptions.Owner 属性

Gets the the owner of the database.

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

语法

声明
<DisplayDescriptionKeyAttribute("Database_OwnerDesc")> _
<DisplayNameKeyAttribute("Database_OwnerName")> _
ReadOnly Property Owner As String 
    Get
用法
Dim instance As IDatabaseOptions 
Dim value As String 

value = instance.Owner
[DisplayDescriptionKeyAttribute("Database_OwnerDesc")]
[DisplayNameKeyAttribute("Database_OwnerName")]
string Owner { get; }
[DisplayDescriptionKeyAttribute(L"Database_OwnerDesc")]
[DisplayNameKeyAttribute(L"Database_OwnerName")]
property String^ Owner {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Database_OwnerDesc")>]
[<DisplayNameKeyAttribute("Database_OwnerName")>]
abstract Owner : string
function get Owner () : String

属性值

类型:System.String
A String value that specifies the database owner.

请参阅

参考

IDatabaseOptions 接口

Microsoft.SqlServer.Management.Smo 命名空间