다음을 통해 공유


Owner 속성

Gets the the owner of the database.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("Database_OwnerName")> _
<DisplayDescriptionKeyAttribute("Database_OwnerDesc")> _
ReadOnly Property Owner As String
    Get
‘사용 방법
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

속성 값

유형: System. . :: . .String
A String value that specifies the database owner.