Share via


ProvisionedDatabaseContext members

Provides accessors for getting and setting information resulting from database provisioning.

The ProvisionedDatabaseContext type exposes the following members.

Constructors

  Name Description
Public method ProvisionedDatabaseContext(DatabaseContext) Initializes a new instance of the ProvisionedDatabaseContext class with the specified database context.
Public method ProvisionedDatabaseContext(DatabaseContext, NetworkCredential) Initializes a new instance of the ProvisionedDatabaseContext class with the specified database context and database owner credential.
Public method ProvisionedDatabaseContext(DatabaseContext, NetworkCredential, NetworkCredential, String) Initializes a new instance of the ProvisionedDatabaseContext with the specified database context, dbo credential, and access account.

Top

Properties

  Name Description
Public property AccessAccount The name of the account that should have access to the storage location of the dbo credential.
Public property DatabaseContext The database context associated with the ProvisionedDatabaseContext
Public property DboCredential The Dbo credential associated with the provisioning context
Public property LoginCredential The login credential associated with the provisioning context
Public property LoginPassword Temporary workaround for SecureString not being serializable. TODO (2484850; javierp): Use a secure serializable object similar to SerializableSecureStoreCredential.
Public property Password Temporary workaround for SecureString not being serializable. TODO (2484850; javierp): Use a secure serializable object similar to SerializableSecureStoreCredential.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ProvisionedDatabaseContext class

Microsoft.SharePoint.Administration.DatabaseProvider namespace