IUserOptions.DefaultSchema 속성

Gets the default database schema.

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

구문

‘선언
<DisplayNameKeyAttribute("User_DefaultSchemaName")> _
<DisplayDescriptionKeyAttribute("User_DefaultSchemaDesc")> _
Property DefaultSchema As String 
    Get 
    Set
‘사용 방법
Dim instance As IUserOptions 
Dim value As String 

value = instance.DefaultSchema

instance.DefaultSchema = value
[DisplayNameKeyAttribute("User_DefaultSchemaName")]
[DisplayDescriptionKeyAttribute("User_DefaultSchemaDesc")]
string DefaultSchema { get; set; }
[DisplayNameKeyAttribute(L"User_DefaultSchemaName")]
[DisplayDescriptionKeyAttribute(L"User_DefaultSchemaDesc")]
property String^ DefaultSchema {
    String^ get ();
    void set (String^ value);
}
[<DisplayNameKeyAttribute("User_DefaultSchemaName")>]
[<DisplayDescriptionKeyAttribute("User_DefaultSchemaDesc")>]
abstract DefaultSchema : string with get, set
function get DefaultSchema () : String 
function set DefaultSchema (value : String)

속성 값

유형: System.String
A string that contains the default schema.

참고 항목

참조

IUserOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스