DefaultSchema 属性

Gets the default schema for the application role.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property DefaultSchema As ISchema
    Get
用法
Dim instance As IApplicationRole
Dim value As ISchema

value = instance.DefaultSchema
ISchema DefaultSchema { get; }
property ISchema^ DefaultSchema {
    ISchema^ get ();
}
abstract DefaultSchema : ISchema
function get DefaultSchema () : ISchema

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ISchema
An ISchema object that represents the default schema.