Interfaccia IUser
Represents a SQL Server user.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IUser _
Inherits IDatabasePrincipal, IDatabaseOwnedObject, IDatabaseObject, IMetadataObject
'Utilizzo
Dim instance As IUser
public interface IUser : IDatabasePrincipal, IDatabaseOwnedObject,
IDatabaseObject, IMetadataObject
public interface class IUser : IDatabasePrincipal,
IDatabaseOwnedObject, IDatabaseObject, IMetadataObject
type IUser =
interface
interface IDatabasePrincipal
interface IDatabaseOwnedObject
interface IDatabaseObject
interface IMetadataObject
end
public interface IUser extends IDatabasePrincipal, IDatabaseOwnedObject, IDatabaseObject, IMetadataObject
Nel tipo IUser sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
AsymmetricKey | Gets the IAsymmetricKey object that is associated with the user. |
![]() |
Certificate | Gets the ICertificate object that is associated with the user. |
![]() |
Database | Gets the IDatabase object that owns this object. Ereditato da IDatabaseOwnedObject. |
![]() |
DefaultSchema | Gets an ISchema object that specifies the default schema for the user. |
![]() |
IsSystemObject | Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject. |
![]() |
Login | Gets an ILogin object that specifies the login for the user. |
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
![]() |
Parent | Gets the IDatabaseObject object that is the parent of this object. Ereditato da IDatabaseObject. |
![]() |
UserType | Gets the type of the user. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IDatabaseObject. |
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseOwnedObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseOwnedObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IDatabaseOwnedObject. |
![]() |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
In alto
.gif)
.gif)