Partager via


Interface ICredential

Represents a SQL Server credential.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface ICredential _
    Inherits IServerOwnedObject, IDatabaseObject, IMetadataObject
'Utilisation
Dim instance As ICredential
public interface ICredential : IServerOwnedObject, 
    IDatabaseObject, IMetadataObject
public interface class ICredential : IServerOwnedObject, 
    IDatabaseObject, IMetadataObject
type ICredential =  
    interface
        interface IServerOwnedObject
        interface IDatabaseObject
        interface IMetadataObject
    end
public interface ICredential extends IServerOwnedObject, IDatabaseObject, IMetadataObject

Le type ICredential expose les membres suivants.

Propriétés

  Nom Description
Propriété publique IsSystemObject Gets a value that indicates whether this is a system object. (hérité de IDatabaseObject.)
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
Propriété publique Parent Gets the IDatabaseObject object that is the parent of this object. (hérité de IDatabaseObject.)
Propriété publique Server Gets the IServer object that owns this object. (hérité de IServerOwnedObject.)

Haut de la page