IMutableLogin Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IMutableLogin : Microsoft.SqlServer.Management.SqlParser.Metadata.ILogin, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableServerOwnedObject
type IMutableLogin = interface
interface ILogin
interface IServerOwnedObject
interface IDatabaseObject
interface IMetadataObject
interface IMutableServerOwnedObject
interface IMutableDatabaseObject
interface IMutableMetadataObject
Public Interface IMutableLogin
Implements ILogin, IMutableServerOwnedObject
- Implements
Properties
| AsymmetricKey | |
| Certificate | |
| Credential | |
| DefaultDatabase | |
| IsSystemObject | (Inherited from IMutableDatabaseObject) |
| Language | |
| LoginType | (Inherited from ILogin) |
| Name | (Inherited from IMetadataObject) |
| Parent | (Inherited from IDatabaseObject) |
| Password | |
| Server | (Inherited from IServerOwnedObject) |
| Sid | |
Methods
| Accept<T>(IDatabaseObjectVisitor<T>) | (Inherited from IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
| Accept<T>(IServerOwnedObjectVisitor<T>) | (Inherited from IServerOwnedObject) |
Extension Methods
| TypeInfo(IMetadataObject) |