다음을 통해 공유


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 네임스페이스