Compartir a través de


Owner Propiedad

Gets the the owner of the database.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<DisplayNameKeyAttribute("Database_OwnerName")> _
<DisplayDescriptionKeyAttribute("Database_OwnerDesc")> _
ReadOnly Property Owner As String
    Get
'Uso
Dim instance As IDatabaseOptions
Dim value As String

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

Valor de la propiedad

Tipo: System. . :: . .String
A String value that specifies the database owner.