Condividi tramite


Proprietà Owner

Gets the owner of the view options.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayNameKeyAttribute("View_OwnerName")> _
<DisplayDescriptionKeyAttribute("View_OwnerDesc")> _
ReadOnly Property Owner As String
    Get
'Utilizzo
Dim instance As IViewOptions
Dim value As String

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

Valore proprietà

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