Propriedade do RDL DefaultSchema
Gets the default schema for the application role.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property DefaultSchema As ISchema
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ISchema
An ISchema object that represents the default schema.
Consulte também