Propriété DefaultSchema
Gets the default schema for the application role.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property DefaultSchema As ISchema
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ISchema
An ISchema object that represents the default schema.